Usermode/AxWin3 - Killed an unneeded log message
authorJohn Hodge <[email protected]>
Tue, 10 Sep 2013 09:04:29 +0000 (17:04 +0800)
committerJohn Hodge <[email protected]>
Tue, 10 Sep 2013 09:04:29 +0000 (17:04 +0800)
Usermode/Applications/axwin3_src/WM/wm_hotkeys.c

index 00041a9..e18f44c 100644 (file)
@@ -100,7 +100,7 @@ void WM_Hotkey_KeyUp(uint32_t Scancode)
                        if( _IsKeySet(hk->Keys[i]) )    continue ;
                        break;
                }
-               _SysDebug("%i/%i satisfied for %s", i, hk->nKeys, hk->Target);
+               //_SysDebug("%i/%i satisfied for %s", i, hk->nKeys, hk->Target);
                if( i != hk->nKeys )
                        continue ;
                

UCC git Repository :: git.ucc.asn.au