(menu_displaylist.c) Remove RARCH_LOG
This commit is contained in:
parent
71b3070e3b
commit
e02f25e158
|
@ -1657,7 +1657,6 @@ static int menu_displaylist_parse_generic(menu_displaylist_info_t *info, bool *n
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
RARCH_LOG("path: %s, label: %s\n", path, label);
|
|
||||||
menu_list_push(info->list, path, label,
|
menu_list_push(info->list, path, label,
|
||||||
file_type, 0);
|
file_type, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue