projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b9ac8
)
Remove leftover debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Dec 2022 15:04:42 +0000
(10:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Dec 2022 15:04:42 +0000
(10:04 -0500)
demos/node-editor/node-editor-window.c
patch
|
blob
|
history
diff --git
a/demos/node-editor/node-editor-window.c
b/demos/node-editor/node-editor-window.c
index 4833a8224845b3e2577528edd0409b414ee8ea96..89110c64be9925e94681e64be72eace3e5669021 100644
(file)
--- 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;