[RofiIconFetcher] Remove stray debug printf.

This commit is contained in:
Dave Davenport 2021-08-18 09:26:08 +02:00 committed by Dave Davenport
parent 1b17d22140
commit 16d0165a68
1 changed files with 0 additions and 1 deletions

View File

@ -302,7 +302,6 @@ static void rofi_icon_fetcher_worker(thread_state *sdata,
const char *ext = g_strrstr(sentry->entry->name, "."); const char *ext = g_strrstr(sentry->entry->name, ".");
if (ext) { if (ext) {
printf("%s %s\r\n", sentry->entry->name, ext);
icon_path = helper_get_theme_path(sentry->entry->name, ext); icon_path = helper_get_theme_path(sentry->entry->name, ext);
} }
if (icon_path == NULL) { if (icon_path == NULL) {