(menu_displaylist.c) Remove RARCH_LOG

This commit is contained in:
twinaphex 2015-06-07 11:51:53 +02:00
parent 71b3070e3b
commit e02f25e158

View File

@ -1657,7 +1657,6 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
break;
}
RARCH_LOG("path: %s, label: %s\n", path, label);
menu_list_push(info->list, path, label,
file_type, 0);
}