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

This commit is contained in:
vspader 2007-05-26 15:02:54 +00:00
parent 683c74da70
commit 0bb374dcd9

View file

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