]> err.no Git - sope/commitdiff
removed some logs
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 2 Oct 2004 00:51:15 +0000 (00:51 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sat, 2 Oct 2004 00:51:15 +0000 (00:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@214 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-mime/NGImap4/NGImap4ResponseParser.m

index 05f7b90aa706a97a6663bbe3242c7ff28ef088cc..6914756eefcd3d07e315806d793f1651e4018e40 100644 (file)
@@ -1104,7 +1104,6 @@ static BOOL _parseThreadResponse(NGImap4ResponseParser *self,
          __PRETTY_FUNCTION__, _la(self, 0), self->serverResponseDebug];
     return nil;
   }
-  [self logWithFormat:@"XX2: %c %@", _la(self, 0), self->serverResponseDebug];
   
   /* parse addresses */
   
@@ -1116,7 +1115,6 @@ static BOOL _parseThreadResponse(NGImap4ResponseParser *self,
     [self logWithFormat:@"ERROR(%s): failed on from.", __PRETTY_FUNCTION__];
     return nil;
   }
-  [self logWithFormat:@"XX3: %c %@", _la(self, 0), self->serverResponseDebug];
   if ((tmp = [self _parseEnvelopeAddressStructures]) != nil) {
     env->sender = [tmp isNotNull] ? [[tmp lastObject] copy] : nil;
     [self _consumeOptionalSpace];
@@ -1125,7 +1123,6 @@ static BOOL _parseThreadResponse(NGImap4ResponseParser *self,
     [self logWithFormat:@"ERROR(%s): failed on sender.", __PRETTY_FUNCTION__];
     return nil;
   }
-  [self logWithFormat:@"XX3: %c %@", _la(self, 0), self->serverResponseDebug];
   if ((tmp = [self _parseEnvelopeAddressStructures]) != nil) {
     env->replyTo = [tmp isNotNull] ? [[tmp lastObject] copy] : nil;
     [self _consumeOptionalSpace];
@@ -1185,7 +1182,9 @@ static BOOL _parseThreadResponse(NGImap4ResponseParser *self,
       NSString *key;
       
       key = [_parseUntil(self, ' ') lowercaseString];
+#if 0
       [self logWithFormat:@"PARSE KEY: %@", key];
+#endif
       if ([key hasPrefix:@"body["]) {
         NSDictionary *content;