Cleanup: Fixed compile error in debug code.

This commit is contained in:
Jeroen Bakker 2021-08-25 09:37:12 +02:00
parent 9df063df19
commit b98b9354b2
1 changed files with 1 additions and 1 deletions

View File

@ -1590,7 +1590,7 @@ static void filelist_cache_previews_push(FileList *filelist, FileDirEntry *entry
preview->flags = entry->typeflag;
preview->in_memory_preview = intern_entry->local_data.preview_image;
preview->icon_id = 0;
// printf("%s: %d - %s - %p\n", __func__, preview->index, preview->path, preview->img);
// printf("%s: %d - %s\n", __func__, preview->index, preview->path);
filelist_cache_preview_ensure_running(cache);