Removed forgotten debug output from menu_entries.c

This commit is contained in:
Timo Strunk 2014-09-06 20:59:55 +02:00
parent 477eb802f7
commit 69389a4f6d

View File

@ -798,7 +798,6 @@ int menu_parse_and_resolve(file_list_t *list, file_list_t *menu_list)
if (path_is_compressed_file(dir))
{
printf("Uncompressing file_list from dir\n.");
str_list = compressed_file_list_new(dir,exts);
}
else