inspector: Remove debug spew
authorMatthias Clasen <mclasen@redhat.com>
Wed, 1 Mar 2023 11:32:52 +0000 (06:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Mar 2023 11:32:52 +0000 (06:32 -0500)
gtk/inspector/visual.c

index 43f9225adf8c5048a8f8f267246385eaaae97885..f82122386520abccb1338f09b68d6b9fd901c413 100644 (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;