mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
inspector: Remove debug spew
This commit is contained in:
parent
b2af4006ba
commit
fe8c262351
@ -630,8 +630,6 @@ fill_icons (const char *path,
|
|||||||
const char *dir_entry;
|
const char *dir_entry;
|
||||||
GDir *dir;
|
GDir *dir;
|
||||||
|
|
||||||
g_print ("fill icons from %s\n", path);
|
|
||||||
|
|
||||||
dir = g_dir_open (path, 0, NULL);
|
dir = g_dir_open (path, 0, NULL);
|
||||||
if (!dir)
|
if (!dir)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user