From 028b28bf6b8331e7b11c200b1169a411cebe464a Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 31 Jul 2015 23:19:57 -0500 Subject: [PATCH] remove bogus messages that I shouldn't have commited --- input/input_driver.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/input/input_driver.c b/input/input_driver.c index 5a94202d10..61b426cdc1 100644 --- a/input/input_driver.c +++ b/input/input_driver.c @@ -214,10 +214,7 @@ retro_input_t input_driver_keys_pressed(void) state = input->key_pressed(driver->input_data, key); if (key >= RARCH_FIRST_META_KEY) - { state |= input->meta_key_pressed(driver->input_data, key); - RARCH_LOG("TEST1 \n TEST1 \n"); - } #ifdef HAVE_OVERLAY state |= input_overlay_key_pressed(key); @@ -225,10 +222,7 @@ retro_input_t input_driver_keys_pressed(void) #ifdef HAVE_COMMAND if (driver->command) - { state |= rarch_cmd_get(driver->command, key); - RARCH_LOG("TEST2 \n TEST2 \n"); - } #endif if (state)