mirror of
https://github.com/darlinghq/darling-foundation.git
synced 2024-11-26 21:20:25 +00:00
Remove some debug logging
This commit is contained in:
parent
d065aaf362
commit
62a9eb4647
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user