diff --git a/main.py b/main.py index bc15295..566e9b5 100644 --- a/main.py +++ b/main.py @@ -59,7 +59,6 @@ def fade_in_animation(strip, mode, color): strip.setPixelColor(i, Color(randint(0, 255), randint(0, 255), randint(0, 255))) strip.show() time.sleep(1) - debug_print("fade in done") def wheel(pos): if pos < 85: