mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Remove unnecessary logging
This commit is contained in:
parent
1b793049d3
commit
5a5911eac4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user