Remove unnecessary logging

This commit is contained in:
Henrik Rydgård 2013-12-03 17:49:58 +01:00
parent 1b793049d3
commit 5a5911eac4

View File

@ -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;