[RofiIconFetcher] Remove stray debug printf.

This commit is contained in:
Dave Davenport 2021-08-18 09:26:08 +02:00
parent 3bf7a4a768
commit 29abc052be
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, ".");
if (ext) {
printf("%s %s\r\n", sentry->entry->name, ext);
icon_path = helper_get_theme_path(sentry->entry->name, ext);
}
if (icon_path == NULL) {