Get rid of 'Gets here' debug log

This commit is contained in:
twinaphex 2015-07-04 17:24:52 +02:00
parent d42f01ad35
commit 671e1d98a2

View File

@ -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();