Removed extra LOG->Info that was useless.

This commit is contained in:
Charles Lohr
2004-04-20 02:36:39 +00:00
parent fc8d3ed363
commit 456e3ba47d
-1
View File
@@ -263,7 +263,6 @@ void NetworkSyncManager::SendSongs()
toSend[2]=char(0);
toSend[3]=char(0);
LOG->Info("SLen: %d",SongInfo.length());
NetPlayerClient->send (toSend,SongInfo.length()+4);
}
toSend[0]=char(36);