Usermode/AxWin3 - Clean up unneeded (and silly) log message
[tpg/acess2.git] / 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