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) {