Skip to content

Commit 11f0f91

Browse files
committed
Removing log
1 parent 5bd1f25 commit 11f0f91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/framer-motion/src/render/dom/scroll/on-scroll-handler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ function measure(
2727
}
2828
}
2929

30-
console.log(target.scrollHeight, target.clientHeight)
31-
3230
info.x.targetLength =
3331
target === container ? target.scrollWidth : target.clientWidth
3432
info.y.targetLength =

0 commit comments

Comments
 (0)