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

View File

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