mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
Avoid unnecessary calls to NSLog
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
acquire: NO];
|
||||
if ([test isKindOfClass: [NSException class]])
|
||||
{
|
||||
NSLog (@"%@ not found", [card reference]);
|
||||
//NSLog (@"%@ not found", [card reference]);
|
||||
cardCopy = [card copy];
|
||||
[invalid addObject: cardCopy];
|
||||
[cardCopy release];
|
||||
|
||||
Reference in New Issue
Block a user