From: Matthias Clasen Date: Wed, 1 Mar 2023 11:32:52 +0000 (-0500) Subject: inspector: Remove debug spew X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~15^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe8c2623517d0658c176d9a0bc598ce7e5fff5e7;p=gtk4.git inspector: Remove debug spew --- diff --git a/gtk/inspector/visual.c b/gtk/inspector/visual.c index 43f9225adf..f821223865 100644 --- a/gtk/inspector/visual.c +++ b/gtk/inspector/visual.c @@ -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;