From ab93cd0effdaf9244ace5c27520cad5284f8d854 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 30 Dec 2025 10:45:53 +0100 Subject: [PATCH] Forgot one --- rpi/services/mqtt_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rpi/services/mqtt_service.py b/rpi/services/mqtt_service.py index d93c5705..a27252cc 100644 --- a/rpi/services/mqtt_service.py +++ b/rpi/services/mqtt_service.py @@ -64,7 +64,6 @@ class MQTTService: def publish(self, topic: str, data: str, qos: int = 0): try: - print("Trying to publish...") self.connect() payload = { "timestamp": int(time.time()),