Remove some debug logging

This commit is contained in:
Sergey Bugaev 2020-04-16 12:30:28 +03:00
parent d065aaf362
commit 62a9eb4647

View File

@ -222,7 +222,6 @@ static inline const char *nextType(const char *type)
- (id)decodeObject
{
id obj = nil;
NSLog(@"NSCoder decodeObject\n");
[self decodeValueOfObjCType:@encode(id) at:&obj];
return [obj autorelease];
}