We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebe3c2 commit cb694c3Copy full SHA for cb694c3
Code/ObjectMapping/RKObjectMapper.m
@@ -101,7 +101,7 @@ - (BOOL)isNullCollection:(id)object {
101
102
if ([object respondsToSelector:@selector(countForObject:)] && [object count] > 0) {
103
if ([object countForObject:[NSNull null]] == [object count]) {
104
- RKLogWarning(@"Found a collection containing only NSNull values, considering the collection unmappable...");
+ RKLogDebug(@"Found a collection containing only NSNull values, considering the collection unmappable...");
105
return YES;
106
}
107
0 commit comments