From b4ce9eadf96b762a9b941dd5d81ecafda4224721 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Fri, 6 Nov 2020 20:37:21 +0100 Subject: [PATCH] Hardware problem --- clock/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clock/main.py b/clock/main.py index 336f060..e134e42 100644 --- a/clock/main.py +++ b/clock/main.py @@ -53,7 +53,6 @@ class ClockFace(object): def set_face(self, weather): """""" self.weather = weather - print("WEATHER: ", weather) self.run(self.IO.clock_face,(weather,))