Removed unnecessary debug print

This commit is contained in:
Ben Meadors
2021-11-27 09:29:39 -06:00
committed by GitHub
parent 7a649e3fc3
commit 69a2029ade
-1
View File
@@ -1033,7 +1033,6 @@ 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) {