Removed logging

This commit is contained in:
kvakazyambra 2022-09-29 23:11:13 +03:00
parent 998f11215b
commit 6dff8827f7

View File

@ -75,7 +75,6 @@ export const Header = (props: Props) => {
setIsScrollingBottom(window.scrollY > scrollTop)
setIsScrolled(window.scrollY > 0)
scrollTop = window.scrollY
window.console.log(getIsScrollingBottom() && getIsScrolled())
}
window.addEventListener('scroll', handleScroll, { passive: true })