removed debug print

This commit is contained in:
Matthias Bisping 2022-04-21 17:36:05 +02:00
parent 41db74b910
commit 57b3be627c

View File

@ -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)