mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 01:41:22 +00:00
Commented out allocation/deallocation debugging code
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user