remove excess error log

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-07-16 13:19:33 +00:00
parent e8e94cfcfb
commit feb6ee5d2b

View file

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