Skip to content

Commit 65e93ab

Browse files
committed
Debug line removed
1 parent 4d2ff4b commit 65e93ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lagarto/lagarto/lagartomqtt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ def on_message(self, client, userdata, msg):
5555
"""
5656
Callback function: message published from server
5757
"""
58-
print("Message received on topic " + msg.topic + " with QoS " + str(msg.qos) + " and payload " + msg.payload)
59-
6058
topic = msg.topic.split("/")
6159
if len(topic) >= 3:
6260
if topic[0] == self.procname:

0 commit comments

Comments
 (0)