From d22d4a526fb5f20341d2deee58be3554041f0ab6 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 30 Apr 2024 18:02:53 +0200 Subject: Remove (comment out) debug statement (kdialog) --- src/Fl_Native_File_Chooser_Kdialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Native_File_Chooser_Kdialog.cxx') 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()); } -- cgit v1.2.3