diff --git a/client.py b/client.py index 6e39098..cd1aece 100644 --- a/client.py +++ b/client.py @@ -158,7 +158,6 @@ def heartbeat(client): "port": MQTT_PORT } client.publish(MQTT_TOPIC_HEARTBEAT, json.dumps(heartbeat_msg)) - print(f"Published heartbeat: {heartbeat_msg}") time.sleep(30) # Publish every 30 seconds except Exception as e: print(f"Error publishing heartbeat: {e}")