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

List:       kde-commits
Subject:    kdebase/kioslave/smtp
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2003-04-28 17:23:41
[Download RAW message or body]

CVS commit by mutz: 

less kdDebug()s


  M +0 -5      command.cc   1.13


--- kdebase/kioslave/smtp/command.cc  #1.12:1.13
@@ -367,5 +367,4 @@ namespace KioSMTP {
       return; // don't change state when we can't detect the unget in
               // the next nextCommandLine !!
-    kdDebug() << "uncomplete transfer again since ungetCommandLine was called" << endl;
     mWasComplete = mComplete;
     mComplete = false;
@@ -389,5 +388,4 @@ namespace KioSMTP {
 
     if ( !mUngetBuffer.isEmpty() ) {
-      kdDebug() << "returning already requested data" << endl;
       const QCString ret = mUngetBuffer;
       mUngetBuffer = 0;
@@ -415,9 +413,6 @@ namespace KioSMTP {
       return 0;
     }
-    kdDebug() << "transfer complete since result of readData() <= 0" << endl;
     mComplete = true;
     mNeedResponse = true;
-    kdDebug() << "since mLastChar == " << mLastChar << " (" << '\n' << ") returning "
-              << ( mLastChar == '\n' ? ".\\r\\n" : "\\r\\n.\\r\\n" ) << endl;
     return mLastChar == '\n' ? dotCRLF : CRLFdotCRLF ;
   }


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

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