Commented out allocation/deallocation debugging code

This commit is contained in:
Wolfgang Sourdeau
2012-10-23 23:58:39 -04:00
parent 73781f25f6
commit d51bf22976
2 changed files with 14 additions and 14 deletions

View File

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