We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6817827 commit c40338bCopy full SHA for c40338b
1 file changed
src/python_ms_core/core/topic/local_topic.py
@@ -36,9 +36,6 @@ def __init__(self, config=None, topic_name=None):
36
@ExceptionHandler.decorated
37
def subscribe(self, subscription=None, callback=None):
38
39
- def return_message(ch, method, properties, body):
40
- print('--------')
41
-
42
if subscription is not None:
43
if self.connection.is_open:
44
self.connection.close()
0 commit comments