summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-18 09:26:08 +0200
committerDave Davenport <qball@blame.services>2021-08-18 09:26:08 +0200
commit29abc052bef962132243ff8eb5793d749bbff8f1 (patch)
tree0130606f911ae4b804dae5b05e4ba3342b570b13
parent3bf7a4a7686fb64e2f14d26a71ba6c7c29ba2ea4 (diff)
[RofiIconFetcher] Remove stray debug printf.
-rw-r--r--source/rofi-icon-fetcher.c1
1 files changed, 0 insertions, 1 deletions
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) {