mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 12:27:52 +08:00
Remove unnecessary warning when arguments dictionary is nil
This commit is contained in:
@@ -126,7 +126,6 @@ NSString *RKEncodeURLString(NSString *unencodedString) {
|
||||
if (![self matches])
|
||||
return NO;
|
||||
if (!arguments) {
|
||||
RKLogWarning(@"The parsed arguments dictionary reference is nil.");
|
||||
return YES;
|
||||
}
|
||||
NSDictionary *extracted = [self.socPattern parameterDictionaryFromSourceString:self.rootPath];
|
||||
|
||||
Reference in New Issue
Block a user