diff --git a/source/rofi-icon-fetcher.c b/source/rofi-icon-fetcher.c index ff18545e..b0109e0f 100644 --- a/source/rofi-icon-fetcher.c +++ b/source/rofi-icon-fetcher.c @@ -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) {