summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/Fl_Window_Type.cxx')
-rw-r--r--fluid/Fl_Window_Type.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.cxx b/fluid/Fl_Window_Type.cxx
index cc3f94942..714ec4b30 100644
--- a/fluid/Fl_Window_Type.cxx
+++ b/fluid/Fl_Window_Type.cxx
@@ -53,7 +53,6 @@ void header_input_cb(Fl_Input* i, void*) {
}
void code_input_cb(Fl_Input* i, void*) {
code_file_name = i->value();
- printf("code file name set to %s\n", code_file_name);
}
void include_H_from_C_button_cb(Fl_Light_Button* b, void*) {