diff --git a/src/bg-eyecandy/index.html b/src/bg-eyecandy/index.html index 82c881ed775e0b6ea3b0a5eabc8368e0dfbacab2..e602a5d0c9bfc6b9e90b1ab6a7c234e7ede9c4ab 100644 --- a/src/bg-eyecandy/index.html +++ b/src/bg-eyecandy/index.html @@ -378,7 +378,6 @@ recorded will be open sourced and will be made avaialable to download.</p></sect const main = document.querySelector('main'); const height = body.clientHeight; const maxScroll = height - window.innerHeight; - console.log(main) const setTransform = (el, factor) => { if (el) { el.style.transform ="translate3D(0,"+ window.scrollY * factor + "px,0)" @@ -405,7 +404,6 @@ recorded will be open sourced and will be made avaialable to download.</p></sect setTransform(layer10,-0.02); // Move mask for header if (main) { - console.log(main) main.style.maskPositionY = window.scrollY-320 + "px"; }