Remove debug

This commit is contained in:
Scott Wallace 2021-06-16 19:38:09 +01:00
parent 5e5277e152
commit 01677a62df
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -55,8 +55,6 @@ def le_advertise_packet_handler(mac: str, _, data: bytes, __):
'battery': batt,
}
send_to_mqtt(mqtt_data)
print('Sending to MQTT:')
print(mqtt_data)
if __name__ == '__main__':