Removed useless and sensitive debug info

Monotone-Parent: 6b2ab08cb3954daacb8c9007f41296b61035de29
Monotone-Revision: 2344911344b24c7c53ef3da63936891ede85d323

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-11-25T18:35:20
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte 2010-11-25 18:35:20 +00:00
parent 1bd04e0989
commit 8c924af93b

View file

@ -1372,12 +1372,12 @@ static NSString *userAgent = nil;
excluding: _exclude];
if (map)
{
[self debugWithFormat: @"MIME Envelope: %@", map];
//[self debugWithFormat: @"MIME Envelope: %@", map];
bodyParts = [self bodyPartsForAllAttachments];
if (bodyParts)
{
[self debugWithFormat: @"attachments: %@", bodyParts];
//[self debugWithFormat: @"attachments: %@", bodyParts];
if ([bodyParts count] == 0)
/* no attachments */
@ -1386,7 +1386,7 @@ static NSString *userAgent = nil;
/* attachments, create multipart/mixed */
message = [self mimeMultiPartMessageWithHeaderMap: map
andBodyParts: bodyParts];
[self debugWithFormat: @"message: %@", message];
//[self debugWithFormat: @"message: %@", message];
}
else
[self errorWithFormat: