diff --git a/GivTCP.py b/GivTCP.py index 5d19de82..560ebe48 100644 --- a/GivTCP.py +++ b/GivTCP.py @@ -265,7 +265,6 @@ def getPowerData(): if len(power_output)==9: #Only publish if all values are there, otherwise values don't match up... GivTCP.publish_to_MQTT("Power",power_output) -print('test') #Main Function... GivTCP.getPowerData() GivTCP.getTimeslots()