Remove unnecessary warning when arguments dictionary is nil

This commit is contained in:
Blake Watters
2012-02-24 11:17:21 -05:00
parent 776de2290b
commit caf5186cb9

View File

@@ -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];