From 9c413aca2056980e16651b1af8fda00129366373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 17:37:03 +0100 Subject: [PATCH] removed data print MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/app.py b/server/app.py index 392d5eb..ce1e055 100644 --- a/server/app.py +++ b/server/app.py @@ -130,7 +130,6 @@ def mqtt_publisher(ti_queue): artNetPacket = artNet.readPacket() # Make sure we actually *have* a packet if artNetPacket is not None: - print(artNetPacket.data) if tube_index is not None: for index_row in tube_index: if artNetPacket.universe == int(index_row[1]):