From ceb2d9d6ad758174a191e491ba9e13ea12a2dfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 28 Jul 2022 18:33:43 +0200 Subject: [PATCH] removed debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 1 - 1 file changed, 1 deletion(-) 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: