From 6c0bef68bd45c7931cb8b7cb9163959e391a699f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 9 Feb 2011 22:44:45 +0000 Subject: [PATCH] Monotone-Parent: 5d2d791e4a2a9e21320b1113d6e1aa60344fd002 Monotone-Revision: 6f77fc45fcd26193f857296861fb5fa0648c1e8e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-02-09T22:44:45 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMailMessageTable.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenChange/MAPIStoreMailMessageTable.m b/OpenChange/MAPIStoreMailMessageTable.m index cb8c148be..ceaad06df 100644 --- a/OpenChange/MAPIStoreMailMessageTable.m +++ b/OpenChange/MAPIStoreMailMessageTable.m @@ -145,7 +145,6 @@ static EOQualifier *nonDeletedQualifier = nil; [subject substringToIndex: colIdx]]; else stringValue = @""; - [self logWithFormat: @"subject prefix: %@", stringValue]; *data = [stringValue asUnicodeInMemCtx: memCtx]; break; case PR_NORMALIZED_SUBJECT_UNICODE: @@ -159,7 +158,6 @@ static EOQualifier *nonDeletedQualifier = nil; stringValue = subject; if (!stringValue) stringValue = @""; - [self logWithFormat: @"normalized subject: %@", stringValue]; *data = [stringValue asUnicodeInMemCtx: memCtx]; break;