Removed some logs

This commit is contained in:
Kasper Rynning-Tønnesen
2016-01-23 14:59:25 +01:00
parent 98ed693ffb
commit e72b4f1d27
2 changed files with 0 additions and 8 deletions

View File

@@ -353,8 +353,6 @@ $(document).on('click', '#toast-container', function(){
$(".brand-logo").click(function(e){
e.preventDefault();
console.log("move to frontpage")
window.history.pushState("to the frontpage!", "Title", "/");
onepage_load();
});