diff --git a/Source/NSURLProtocol.m b/Source/NSURLProtocol.m index 9aef2d728..2a28b1c84 100644 --- a/Source/NSURLProtocol.m +++ b/Source/NSURLProtocol.m @@ -1474,7 +1474,6 @@ static NSURLProtocol *placeholder = nil; { NSError *error = [[[stream streamError] retain] autorelease]; - NSLog(@"An error %@ occurred on stream %@ of %@", error, stream, self); [self stopLoading]; [this->client URLProtocol: self didFailWithError: error]; }