[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdewebdev/kommander
From:       Andras Mantia <amantia () kde ! org>
Date:       2008-02-13 13:25:44
Message-ID: 1202909144.137435.26589.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 774537 by amantia:

Remove debug output, especially the qDebug is bad there. :(

 M  +1 -1      editor/mainwindow.cpp  
 M  +1 -1      widget/functionlib.cpp  


--- branches/KDE/3.5/kdewebdev/kommander/editor/mainwindow.cpp #774536:774537
@@ -1823,7 +1823,7 @@
 
 void MainWindow::slotActivePartChanged(KParts::Part * part)
 {
-  kdDebug(24000) << "ActivePartChanged" << part << endl; 
+//   kdDebug(24000) << "ActivePartChanged" << part << endl; 
   if (part) // if part == 0L the pointer m_oldKTextEditor is not useable
   {
   //  guiFactory()->removeClient(part);
--- branches/KDE/3.5/kdewebdev/kommander/widget/functionlib.cpp #774536:774537
@@ -435,7 +435,7 @@
 {
   MyProcess proc(P->currentWidget());
   QString text;
-  qDebug("Trying %s", params[0].toString().latin1());
+//   qDebug("Trying %s", params[0].toString().latin1());
   if (params.count() > 1)
     text = proc.run(params[0].toString().local8Bit(), params[1].toString());
   else
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic