mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
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:
parent
0d8f26e852
commit
edcb35b59e
1 changed files with 0 additions and 1 deletions
|
@ -1474,7 +1474,6 @@ static NSURLProtocol *placeholder = nil;
|
||||||
{
|
{
|
||||||
NSError *error = [[[stream streamError] retain] autorelease];
|
NSError *error = [[[stream streamError] retain] autorelease];
|
||||||
|
|
||||||
NSLog(@"An error %@ occurred on stream %@ of %@", error, stream, self);
|
|
||||||
[self stopLoading];
|
[self stopLoading];
|
||||||
[this->client URLProtocol: self didFailWithError: error];
|
[this->client URLProtocol: self didFailWithError: error];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue