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];