Comment this out

This commit is contained in:
twinaphex 2016-10-28 06:59:18 +02:00
parent a8eb73846b
commit 99c76f7aba

View File

@ -222,7 +222,7 @@ static void menu_input_key_event(bool down, unsigned keycode,
(void)keycode;
(void)mod;
#if 1
#if 0
RARCH_LOG("down: %d, keycode: %d, mod: %d, character: %d\n", down, keycode, mod, character);
#endif