mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Removing extraneous logging from previous commit
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user