Merge branch 'matthiasc/for-main' into 'main'

inspector: Remove debug spew

See merge request GNOME/gtk!5579
This commit is contained in:
Matthias Clasen 2023-03-01 12:36:49 +00:00
commit bc99ab38ce

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;