From 27b59d05fac52d5a894f7b60e0593e05e2a38b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 15:14:45 +0100 Subject: [PATCH] removed debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- client/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/main.py b/client/main.py index d0dac3d..d18719b 100644 --- a/client/main.py +++ b/client/main.py @@ -59,9 +59,6 @@ def is_connected_to_wifi(): return output.split('"')[1] def update_led_strip(rgb_values, pixel, strip): - print(pixel) - print(rgb_values) - print("") strip[int(pixel)] = rgb_values def on_message(mqttc, obj, msg):