RED-4653: Removed unnecessary logging message
This commit is contained in:
parent
8c00fd75bf
commit
d77982dfed
@ -76,8 +76,6 @@ class QueueManager(object):
|
|||||||
self._connection.close()
|
self._connection.close()
|
||||||
|
|
||||||
self._consumer_token = None
|
self._consumer_token = None
|
||||||
else:
|
|
||||||
self.logger.info("No consumer-tag found, a possible subscription cannot be cancelled")
|
|
||||||
|
|
||||||
def _create_queue_callback(self, process_message_callback: Callable):
|
def _create_queue_callback(self, process_message_callback: Callable):
|
||||||
def callback(_channel, frame, properties, body):
|
def callback(_channel, frame, properties, body):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user