1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-23 15:40:35 +00:00

Remove frivolous log

This commit is contained in:
twinaphex 2015-10-31 13:33:57 +01:00
parent 990ee7a105
commit d42bbbf35d

@ -2465,7 +2465,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
menu_hash_to_str(MENU_LABEL_CONTENT_HISTORY_SIZE), PARSE_ONLY_UINT, false);
{
struct string_list *str_list = dir_list_new_special(settings->playlist_directory, DIR_LIST_COLLECTIONS, NULL);
RARCH_LOG("Gets here?\n");
if (str_list && str_list->size)
{
unsigned i;