removed debug print
This commit is contained in:
parent
41db74b910
commit
57b3be627c
@ -139,7 +139,6 @@ class PikaQueueManager(QueueManager):
|
||||
logger.info(f"Basic consuming with callback {visitor.callback.__name__}")
|
||||
|
||||
def callback(channel, frame, properties, body):
|
||||
print(channel, frame, properties, body)
|
||||
message = (frame, properties, body)
|
||||
return self.publish_response(message, visitor)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user