Skip to content

Commit 6132999

Browse files
committed
Remove console llog
1 parent f333ea3 commit 6132999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/use-snap-points.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ export function useSnapPoints({
191191
}
192192

193193
function onDrag({ draggedDistance }: { draggedDistance: number }) {
194-
console.log(activeSnapPointOffset);
195194
if (activeSnapPointOffset === null) return;
196195
const newValue =
197196
direction === 'bottom' || direction === 'right'

0 commit comments

Comments
 (0)