removed data print

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-20 17:37:03 +01:00
parent c4fccc8ba2
commit 9c413aca20
1 changed files with 0 additions and 1 deletions

View File

@ -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]):