diff --git a/Classes/BITAuthenticator.m b/Classes/BITAuthenticator.m index 263f2a1c72..5d973c705e 100644 --- a/Classes/BITAuthenticator.m +++ b/Classes/BITAuthenticator.m @@ -397,7 +397,6 @@ static NSString* const kBITAuthenticatorAuthTokenTypeKey = @"BITAuthenticatorAut } + (NSString *) authenticationTokenFromURLResponse:(NSHTTPURLResponse*) urlResponse data:(NSData*) data error:(NSError **) error { - NSParameterAssert(urlResponse); if(nil == urlResponse) { if(error) { *error = [NSError errorWithDomain:kBITAuthenticatorErrorDomain