Skip to content

Commit adf053a

Browse files
committed
Removed duplicated print
1 parent 124f724 commit adf053a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/sensors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ def on_message(client, userdata, msg):
124124

125125
def on_publish(client, userdata, mid):
126126
global MQTT_ALERTS_MAP
127-
print "PUB mid: " + str(mid)
128-
129127
if MQTT_ALERTS_MAP['alerts_mid'] == mid:
130128
print "Alert {0} published".format(str(mid))
131129
elif MQTT_MEASUREMENT_MAP['measurement_mid'] == mid:

0 commit comments

Comments
 (0)