From 775a6caf778621316b657b5b205a5d2d0882c4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 17:35:37 +0100 Subject: [PATCH] removed debug prints MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/app.py b/server/app.py index a2a3a90..4a2d4e6 100644 --- a/server/app.py +++ b/server/app.py @@ -131,9 +131,7 @@ if __name__ == "__main__": dmxPacket = artNetPacket.data # Create MQTT topic based on the universe and channel if TUBE_INDEX is not None: - print(TUBE_INDEX) for index_row in TUBE_INDEX: - print(index_row) if artNetPacket.universe == int(index_row[1]): dmx_address = int(index_row[2]) #Define RGB values per pixel