Removed a log in the navigation

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 00:20:40 +01:00
parent 1f8c84bfba
commit 56a5ec6dd0

View File

@@ -57,7 +57,6 @@ $(document).keyup(function(e) {
if(i > 1)
i--;
} else if(e.keyCode == 13) {
console.log($("div.hoverResults"));
i = 0;
var elem = document.getElementsByClassName("hoverResults")[0];
if (typeof elem.onclick == "function") {