diff --git a/ui/viewgroup.cpp b/ui/viewgroup.cpp index 0ed37c8a12..50184e8a7b 100644 --- a/ui/viewgroup.cpp +++ b/ui/viewgroup.cpp @@ -1118,7 +1118,6 @@ static void ProcessHeldKeys(ViewGroup *root) { if (iter->startFrame < frameCount - repeatDelay) { int frame = frameCount - (iter->startFrame + repeatDelay); if ((frame % repeatInterval) == 0) { - printf("Repeat!\n"); KeyInput key; key.keyCode = iter->key; key.deviceId = iter->deviceId;