mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +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
e8e94cfcfb
commit
feb6ee5d2b
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue