diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-01-11 17:21:11 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-01-11 17:21:49 +0100 |
| commit | 421e917f0364ca0d6443c3f7d5e788559c93e91c (patch) | |
| tree | 915df01015acbb49ae0a64ef530497d4ed0e4278 | |
| parent | c9534460f719fac33c0303055bdbef6895f109a3 (diff) | |
Comment out debug statement
| -rw-r--r-- | src/Fl_Native_File_Chooser_Kdialog.cxx | 2 |
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 1fa322c98..402c47acc 100644 --- a/src/Fl_Native_File_Chooser_Kdialog.cxx +++ b/src/Fl_Native_File_Chooser_Kdialog.cxx @@ -143,7 +143,7 @@ int Fl_Kdialog_Native_File_Chooser_Driver::show() { Fl_String command; build_command(command); - fprintf(stderr, "DEBUG: POPEN: %s\n", command.c_str()); + //fprintf(stderr, "DEBUG: POPEN: %s\n", command.c_str()); FILE *pipe = popen(command.c_str(), "r"); fnfc_pipe_struct data; data.all_files = NULL; |
