Browse Source

Remove (comment out) debug statement (kdialog)

pull/965/head
Albrecht Schlosser 1 year ago
parent
commit
d22d4a526f
  1. 2
      src/Fl_Native_File_Chooser_Kdialog.cxx

2
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 += quoted_filt;
} }
command += " 2> /dev/null"; // get rid of stderr command += " 2> /dev/null"; // get rid of stderr
printf("command = %s\n", command.c_str()); // printf("command = %s\n", command.c_str());
} }

Loading…
Cancel
Save