From 9430469fc3c1270d89af0d48545a8126fd9e773a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 14 Dec 2010 16:16:43 +0000 Subject: [PATCH] Monotone-Parent: 8a88ed0919545d898ca1af80de43b6ab28ebe09d Monotone-Revision: 457e7580f987752aad70b0d14d6fe0438d4de150 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-14T16:16:43 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMapping.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OpenChange/MAPIStoreMapping.m b/OpenChange/MAPIStoreMapping.m index 8a29c21aa..17b3da146 100644 --- a/OpenChange/MAPIStoreMapping.m +++ b/OpenChange/MAPIStoreMapping.m @@ -170,10 +170,6 @@ MAPIStoreMappingInitDictionary (NSMutableDictionary *mapping) } else { - if ([urlString hasSuffix: @".plist"]) - { - [self logWithFormat: @"coucou"]; - } [mapping setObject: urlString forKey: idKey]; [reverseMapping setObject: idKey forKey: urlString]; rc = YES;