diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index aa8c2094..f7783fc0 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -1307,7 +1307,6 @@ void Screen::handleOnPress() // If we are in a transition, the press must have bounced, drop it. if (ui.getUiState()->frameState == FIXED) { ui.nextFrame(); - DEBUG_MSG("Setting LastScreenTransition\n"); lastScreenTransition = millis(); setFastFramerate(); }