Avoid unnecessary calls to NSLog

This commit is contained in:
Ludovic Marcotte
2015-01-22 16:25:16 -05:00
parent 1a10599369
commit e2bee23021
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ static NSString *mailETag = nil;
SOGO_MAJOR_VERSION,
SOGO_MINOR_VERSION,
SOGO_SUBMINOR_VERSION];
NSLog (@"Note: using constant etag for mail viewer: '%@'", mailETag);
//NSLog (@"Note: using constant etag for mail viewer: '%@'", mailETag);
}
- (void) dealloc