Tidy up logging

This commit is contained in:
2024-05-16 23:51:01 +01:00
parent d8e6d5a3fd
commit 7547f612f5
3 changed files with 2 additions and 6 deletions

1
app.py
View File

@@ -102,7 +102,6 @@ class App:
self.scr_n -= 1
self.lcd.left["v"] = False
self.lcd.right["v"] = False
print(f"Screen change: {c}")
return c
def handleButtons(self) -> bool: