Removed Last.fm "Couldtn't connect to server" error message.

CQTexperiment
vspader 2007-05-26 15:02:54 +00:00
parent 683c74da70
commit 0bb374dcd9
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ addressForHost(NSString *hostname)
_doPortStepping = NO;
close(_socket);
_socket = -1;
NSAssert1(-1 != result, @"Couldn't connect to server (%s).", strerror(errno));
// NSAssert1(-1 != result, @"Couldn't connect to server (%s).", strerror(errno));
}
}