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,))