From f5a2e0395e2847e9a733bfb21fc015f9b9b437fa Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sun, 4 Jul 2021 17:18:04 +0200 Subject: [PATCH] remove obsolete console.log --- lazyload.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lazyload.js b/lazyload.js index efc1538..88e008e 100755 --- a/lazyload.js +++ b/lazyload.js @@ -35,7 +35,6 @@ function changeSrc(offset){ /* check if there was a relevant change */ var cur_viewbox = -document.getElementById("navbar").getBoundingClientRect().y if(cur_viewbox - viewbox_y < 100){ - //console.log("löl") return; }