From: Matthias Clasen Date: Fri, 9 Dec 2022 15:04:42 +0000 (-0500) Subject: Remove leftover debug spew X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~51^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3007b0fd7f9cadf8b0f6cc01780a5a3b1bea727e;p=gtk4.git Remove leftover debug spew --- diff --git a/demos/node-editor/node-editor-window.c b/demos/node-editor/node-editor-window.c index 4833a82248..89110c64be 100644 --- a/demos/node-editor/node-editor-window.c +++ b/demos/node-editor/node-editor-window.c @@ -814,13 +814,11 @@ get_source_dir (void) if (g_file_test (dir, G_FILE_TEST_EXISTS)) { - g_print ("file exists: %s\n", dir); g_free (current_dir); return dir; } - g_print ("file does not exists: %s\n", dir); g_free (dir); return current_dir;