diff --git a/Source/NSPropertyList.m b/Source/NSPropertyList.m index 0438769df..390afb1c9 100644 --- a/Source/NSPropertyList.m +++ b/Source/NSPropertyList.m @@ -346,7 +346,7 @@ foundIgnorableWhitespace: (NSString *)string } else // invalid tag { - NSLog(@"unrecognized tag <%@>", elementName); + // NSLog(@"unrecognized tag <%@>", elementName); [parser abortParsing]; return; }