mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[RofiIconFetcher] Remove stray debug printf.
This commit is contained in:
parent
1b17d22140
commit
16d0165a68
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue