diff --git a/mqtt_publish_temp.py b/mqtt_publish_temp.py index b28faa1..e38426d 100644 --- a/mqtt_publish_temp.py +++ b/mqtt_publish_temp.py @@ -67,9 +67,4 @@ while True: client.publish(humidity_topic, humidity) client.publish(time_topic, dt_string) - #Output data to screen - print(dt_string) - print(temperature) - print(humidity) - time.sleep(30) \ No newline at end of file