mirror of
https://github.com/FAUSheppy/javascript-lazyload
synced 2025-12-06 12:21: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 */
|
/* 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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user