From 671e1d98a26a5853fcd22f54461e32b566264c7e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Jul 2015 17:24:52 +0200 Subject: [PATCH] Get rid of 'Gets here' debug log --- menu/cbs/menu_cbs_left.c | 1 - 1 file changed, 1 deletion(-) diff --git a/menu/cbs/menu_cbs_left.c b/menu/cbs/menu_cbs_left.c index 72b1deaed1..50b33febac 100644 --- a/menu/cbs/menu_cbs_left.c +++ b/menu/cbs/menu_cbs_left.c @@ -135,7 +135,6 @@ static int action_left_scroll(unsigned type, const char *label, static int action_left_mainmenu(unsigned type, const char *label, bool wraparound) { - RARCH_LOG("Gets here.\n"); menu_file_list_cbs_t *cbs = NULL; unsigned push_list = 0; menu_list_t *menu_list = menu_list_get_ptr();