Removed some logs

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-22 12:37:02 +01:00
parent c6118d50ff
commit 30757fa0ec
5 changed files with 5 additions and 20 deletions

View File

@@ -388,7 +388,6 @@ function initfp(){
if(window.location.hostname == "zoff.no") add = "https://zoff.no";
else add = window.location.hostname;
if(socket === undefined || Helper.mobilecheck()) socket = io.connect(''+add+':8080', connection_options);
window.socket = socket;
if($("#alreadyfp").length === 0 || Helper.mobilecheck() || !socket._callbacks.$playlists){
setup_playlist_listener();
}