Skip to content

Commit

Permalink
Debug line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenguer committed Jan 9, 2016
1 parent 4d2ff4b commit 65e93ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lagarto/lagarto/lagartomqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ def on_message(self, client, userdata, msg):
"""
Callback function: message published from server
"""
print("Message received on topic " + msg.topic + " with QoS " + str(msg.qos) + " and payload " + msg.payload)

topic = msg.topic.split("/")
if len(topic) >= 3:
if topic[0] == self.procname:
Expand Down

0 comments on commit 65e93ab

Please sign in to comment.