remove obsolete console.log

This commit is contained in:
Yannik Schmidt
2021-07-04 17:18:04 +02:00
committed by GitHub
parent da0af73c5e
commit f5a2e0395e

View File

@@ -35,7 +35,6 @@ function changeSrc(offset){
/* check if there was a relevant change */ /* check if there was a relevant change */
var cur_viewbox = -document.getElementById("navbar").getBoundingClientRect().y var cur_viewbox = -document.getElementById("navbar").getBoundingClientRect().y
if(cur_viewbox - viewbox_y < 100){ if(cur_viewbox - viewbox_y < 100){
//console.log("löl")
return; return;
} }