summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-30 18:02:53 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2024-04-30 18:02:53 +0200
commitd22d4a526fb5f20341d2deee58be3554041f0ab6 (patch)
tree9710d49632296b52f1b2434645c323441870a32c /src
parenta0d657b2e8679a84d704e03ef3f2b225b3449094 (diff)
Remove (comment out) debug statement (kdialog)
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Native_File_Chooser_Kdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_Kdialog.cxx b/src/Fl_Native_File_Chooser_Kdialog.cxx
index 2d252815e..18f6b9d03 100644
--- a/src/Fl_Native_File_Chooser_Kdialog.cxx
+++ b/src/Fl_Native_File_Chooser_Kdialog.cxx
@@ -119,7 +119,7 @@ void Fl_Kdialog_Native_File_Chooser_Driver::build_command(Fl_String& command) {
command += quoted_filt;
}
command += " 2> /dev/null"; // get rid of stderr
- printf("command = %s\n", command.c_str());
+ // printf("command = %s\n", command.c_str());
}