Remove (comment out) debug statement (kdialog)

This commit is contained in:
Albrecht Schlosser 2024-04-30 18:02:53 +02:00
parent a0d657b2e8
commit d22d4a526f
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}