mirror of
https://github.com/FAUSheppy/javascript-lazyload
synced 2025-12-06 04:11:35 +01:00
remove obsolete console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user