Skip to content

Commit c40338b

Browse files
committed
Removed unused function
1 parent 6817827 commit c40338b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/python_ms_core/core/topic/local_topic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ def __init__(self, config=None, topic_name=None):
3636
@ExceptionHandler.decorated
3737
def subscribe(self, subscription=None, callback=None):
3838

39-
def return_message(ch, method, properties, body):
40-
print('--------')
41-
4239
if subscription is not None:
4340
if self.connection.is_open:
4441
self.connection.close()

0 commit comments

Comments
 (0)