From 0bb374dcd95bb468ab294399f6ac358bd91b9d01 Mon Sep 17 00:00:00 2001 From: vspader Date: Sat, 26 May 2007 15:02:54 +0000 Subject: [PATCH] Removed Last.fm "Couldtn't connect to server" error message. --- AudioScrobbler/AudioScrobblerClient.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioScrobbler/AudioScrobblerClient.m b/AudioScrobbler/AudioScrobblerClient.m index af6285880..1f1f6f95e 100644 --- a/AudioScrobbler/AudioScrobblerClient.m +++ b/AudioScrobbler/AudioScrobblerClient.m @@ -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)); } }