From: just nine Date: Sat, 6 Mar 2021 02:18:13 +0000 (+0000) Subject: remove debug message X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ac56b5da727c55eca5640fbe545670be5e479cda;p=pistorm remove debug message --- diff --git a/emulator.c b/emulator.c index 7966311..b80a37f 100644 --- a/emulator.c +++ b/emulator.c @@ -252,8 +252,6 @@ key_loop: goto key_loop; } - printf("[KBD-DEBUG] Going to process %d events\n", kpoll); - while (get_key_char(&c, &c_code, &c_type)) { if (c && c == cfg->keyboard_toggle_key && !kb_hook_enabled) { kb_hook_enabled = 1;