diff options
author | Matthias Clasen <mclasen@redhat.com> | 2023-03-01 06:32:52 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-03-01 06:32:52 -0500 |
commit | fe8c2623517d0658c176d9a0bc598ce7e5fff5e7 (patch) | |
tree | 9123cc442c88a9459c012442aefde359278428aa /gtk/inspector | |
parent | b2af4006bac6bf76b701d8abb50a1433dd69eb69 (diff) | |
download | gtk+-fe8c2623517d0658c176d9a0bc598ce7e5fff5e7.tar.gz |
inspector: Remove debug spew
Diffstat (limited to 'gtk/inspector')
-rw-r--r-- | gtk/inspector/visual.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |