Removed a log

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-10 17:30:16 +02:00
parent 3049fa9d2c
commit e9188c7da9
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@@ -74,7 +74,7 @@ $().ready(function(){
else if(!fromChannel && window.location.pathname == "/"){ else if(!fromChannel && window.location.pathname == "/"){
initfp(); initfp();
} }
git_info = $.ajax({ type: "GET", git_info = $.ajax({ type: "GET",
url: "https://api.github.com/repos/zoff-music/zoff/commits", url: "https://api.github.com/repos/zoff-music/zoff/commits",
async: false async: false
@@ -302,7 +302,6 @@ $(document).on("click", "#closePlayer", function(e){
Player.ytplayer = ""; Player.ytplayer = "";
document.title = "Zöff"; document.title = "Zöff";
$("#closePlayer").remove(); $("#closePlayer").remove();
console.log("removed shit");
}); });
$(document).on('click', '#toast-container', function(){ $(document).on('click', '#toast-container', function(){