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

@@ -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(){