From 3b61526612a44f31ad883cc1a1524ae3c85fb4e4 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 10 Sep 2013 17:04:29 +0800 Subject: [PATCH] Usermode/AxWin3 - Killed an unneeded log message --- Usermode/Applications/axwin3_src/WM/wm_hotkeys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 2.20.1