From: John Hodge Date: Tue, 10 Sep 2013 09:04:29 +0000 (+0800) Subject: Usermode/AxWin3 - Killed an unneeded log message X-Git-Tag: rel0.15~227 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=3b61526612a44f31ad883cc1a1524ae3c85fb4e4;p=tpg%2Facess2.git Usermode/AxWin3 - Killed an unneeded log message --- diff --git a/Usermode/Applications/axwin3_src/WM/wm_hotkeys.c b/Usermode/Applications/axwin3_src/WM/wm_hotkeys.c index 00041a94..e18f44c8 100644 --- a/Usermode/Applications/axwin3_src/WM/wm_hotkeys.c +++ b/Usermode/Applications/axwin3_src/WM/wm_hotkeys.c @@ -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 ;