Removing extraneous logging from previous commit

This commit is contained in:
Blake Watters
2011-01-03 15:34:49 -05:00
parent 8fc71f0fb0
commit 46974bb4c7

View File

@@ -341,12 +341,6 @@ static const NSString* kRKModelMapperMappingFormatParserKey = @"RKMappingFormatP
}
}
// TODO: Introduce policy here for clearing out
// If it returned nil, do we want to clear it or leave it alone???
if (elementValue == nil) {
NSLog(@"Setting nil value for property %@", propertyName);
}
[self updateModel:model ifNewPropertyValue:propertyValue forPropertyNamed:propertyName];
}
}