mirror of https://github.com/celery/kombu.git
Removes left-over print statements
This commit is contained in:
parent
fb2160af40
commit
d118517915
|
@ -325,10 +325,7 @@ class MultiChannelPoller(object):
|
|||
def on_readable(self, fileno):
|
||||
chan, type = self._fd_to_chan[fileno]
|
||||
if chan.qos.can_consume():
|
||||
print('CALLING %r' % (chan.handlers[type],))
|
||||
chan.handlers[type]()
|
||||
else:
|
||||
print('CANNOT CONSUME')
|
||||
|
||||
def handle_event(self, fileno, event):
|
||||
if event & READ:
|
||||
|
|
Loading…
Reference in New Issue