inspector: Remove debug spew

This commit is contained in:
Matthias Clasen 2023-03-01 06:32:52 -05:00
parent b2af4006ba
commit fe8c262351

View File

@ -630,8 +630,6 @@ fill_icons (const char *path,
const char *dir_entry;
GDir *dir;
g_print ("fill icons from %s\n", path);
dir = g_dir_open (path, 0, NULL);
if (!dir)
return;