diff --git a/src/NSCoder.m b/src/NSCoder.m index f780fb940..3fc1e4613 100644 --- a/src/NSCoder.m +++ b/src/NSCoder.m @@ -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]; }