From 16d0165a68b7b30ead5e087eb66897f2d5a156af Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 18 Aug 2021 09:26:08 +0200 Subject: [PATCH] [RofiIconFetcher] Remove stray debug printf. --- source/rofi-icon-fetcher.c | 1 - 1 file changed, 1 deletion(-) 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) {