FLTK logo

[master] d22d4a5 - Remove (comment out) debug statement (kdialog)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] d22d4a5 - Remove (comment out) debug statement (kdialog) "Albrecht Schlosser" 09:17 Apr 30  
 
commit d22d4a526fb5f20341d2deee58be3554041f0ab6
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Tue Apr 30 18:02:53 2024 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Tue Apr 30 18:02:53 2024 +0200

    Remove (comment out) debug statement (kdialog)

 src/Fl_Native_File_Chooser_Kdialog.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/Fl_Native_File_Chooser_Kdialog.cxx src/Fl_Native_File_Chooser_Kdialog.cxx
index 2d25281..18f6b9d 100644
--- src/Fl_Native_File_Chooser_Kdialog.cxx
+++ 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());
 }
 
 
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.