diff --git a/server/app.py b/server/app.py index a7ea3ee..2a6a83a 100644 --- a/server/app.py +++ b/server/app.py @@ -126,7 +126,6 @@ def start_mqtt_publishers(): topic = "PiXelTubes/"+str(artNetPacket.universe) # Publish the DMX value to the MQTT topic - print(str(dmxPacket)) mqtt_client.publish(topic, str(dmxPacket)) except KeyboardInterrupt: artNet.close()