Skip to content

Commit 8cd8771

Browse files
committed
chore: Remove debug console
1 parent fb80457 commit 8cd8771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hooks/useMobileTouchMove.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export default function useMobileTouchMove(
2121
if (touchedRef.current) {
2222
const currentY = Math.ceil(e.touches[0].pageY);
2323
let offsetY = touchYRef.current - currentY;
24-
console.log('>>>', offsetY);
2524
touchYRef.current = currentY;
2625

2726
callback(offsetY);

0 commit comments

Comments
 (0)