diff --git a/Feather_Freezer_Alarm/code.py b/Feather_Freezer_Alarm/code.py index 9721f74f9..013fbceb7 100644 --- a/Feather_Freezer_Alarm/code.py +++ b/Feather_Freezer_Alarm/code.py @@ -241,8 +241,6 @@ while True: #publish 1 to alarm feed io.publish(alarmfeed, 1) - print(str(time.time())) - print(str(int(time.time()/300))) #check if 300 seconds have passed compared to start time, if so publish values if int(time.time()/300) > start: print("PUBLISH EVERY FIVE MINUTES")