diff --git a/OpenChange/MAPIStoreSOGoObject.m b/OpenChange/MAPIStoreSOGoObject.m index fee412c35..2d7b6ad99 100644 --- a/OpenChange/MAPIStoreSOGoObject.m +++ b/OpenChange/MAPIStoreSOGoObject.m @@ -77,7 +77,7 @@ static Class MAPIStoreFolderK; isNew = NO; } - [self logWithFormat: @"-init"]; + // [self logWithFormat: @"-init"]; return self; } @@ -95,7 +95,7 @@ static Class MAPIStoreFolderK; - (void) dealloc { - [self logWithFormat: @"-dealloc"]; + // [self logWithFormat: @"-dealloc"]; [sogoObject release]; [super dealloc]; } diff --git a/OpenChange/MAPIStoreTable.m b/OpenChange/MAPIStoreTable.m index 04dcdf717..cf34f1fe9 100644 --- a/OpenChange/MAPIStoreTable.m +++ b/OpenChange/MAPIStoreTable.m @@ -274,7 +274,7 @@ static Class NSDataK, NSStringK; { if ((self = [super init])) { - [self logWithFormat: @"-init"]; + // [self logWithFormat: @"-init"]; tableType = MAPISTORE_MESSAGE_TABLE; handleId = -1; @@ -307,21 +307,21 @@ static Class NSDataK, NSStringK; return self; } -- (id) retain -{ - [self logWithFormat: @"-retain"]; - return [super retain]; -} +// - (id) retain +// { +// [self logWithFormat: @"-retain"]; +// return [super retain]; +// } -- (void) release -{ - [self logWithFormat: @"-release"]; - [super release]; -} +// - (void) release +// { +// [self logWithFormat: @"-release"]; +// [super release]; +// } - (void) dealloc { - [self logWithFormat: @"-dealloc"]; + // [self logWithFormat: @"-dealloc"]; if (columns) NSZoneFree (NULL, columns); [currentChild release];