mirror of https://github.com/fltk/fltk
Remove (comment out) debug statement (kdialog)
This commit is contained in:
parent
a0d657b2e8
commit
d22d4a526f
|
@ -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…
Reference in New Issue