removed debug

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-28 18:33:43 +02:00
parent 5cca923ba3
commit ceb2d9d6ad
1 changed files with 0 additions and 1 deletions

View File

@ -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: