From 69a2029ade0ccf96477c65450ca743bcfc8e02e2 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 27 Nov 2021 09:29:39 -0600 Subject: [PATCH] Removed unnecessary debug print --- src/graphics/Screen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 486135fa5..2743c7356 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -1032,8 +1032,7 @@ void Screen::handlePrint(const char *text) } void Screen::handleOnPress() -{ - DEBUG_MSG("handleOnPress"); +{ // If screen was off, just wake it, otherwise advance to next frame // If we are in a transition, the press must have bounced, drop it. if (ui.getUiState()->frameState == FIXED) {