Removed extra LOG->Info that was useless.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user