From 8c924af93b3a8c614a2ccaa8a4c0b726abac9d1e Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 25 Nov 2010 18:35:20 +0000 Subject: [PATCH] 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 --- SoObjects/Mailer/SOGoDraftObject.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SoObjects/Mailer/SOGoDraftObject.m b/SoObjects/Mailer/SOGoDraftObject.m index 07d3dd74f..6c7d59a1a 100644 --- a/SoObjects/Mailer/SOGoDraftObject.m +++ b/SoObjects/Mailer/SOGoDraftObject.m @@ -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: