From aa76faf05d65f1bf06f6f491a8d3a0de88e449e2 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 7 Mar 2011 22:34:59 +0000 Subject: [PATCH] Monotone-Parent: 1809a1a169efcfc6baf2a9e476c3b9aae70c7819 Monotone-Revision: 2bfe04b889e590de777411f7ef7e333f5eacf87c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-07T22:34:59 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreTable.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenChange/MAPIStoreTable.m b/OpenChange/MAPIStoreTable.m index 5ca73ec03..9831142d2 100644 --- a/OpenChange/MAPIStoreTable.m +++ b/OpenChange/MAPIStoreTable.m @@ -310,7 +310,6 @@ static Class NSDataK, NSStringK; - (void) setHandleId: (uint32_t) newHandleId { handleId = newHandleId; - [self logWithFormat: @"new table handle: %d", handleId]; } - (NSArray *) childKeys @@ -813,8 +812,6 @@ static Class NSDataK, NSStringK; notif_parameters.object_id = [child objectId]; notif_parameters.instance_id = 0; /* TODO: always 0 ? */ - [self logWithFormat: @"table notification handle: %d", handleId]; - childName = [child nameInContainer]; list = [self restrictedChildKeys]; currentChildRow = [list indexOfObject: childName];