Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Sep 20, 2024
1 parent 354f810 commit 9da7ecc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/surface/useCreateSurface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export function useCreateSurface<Metadata = any>({
draggingSignal.set(true);
blockInteractionSignal.set(true);
disableAnimationSignal.set(true);
console.log('disabled animation');

entry.transform.setGestureOffset(input.distance);

Expand Down

0 comments on commit 9da7ecc

Please sign in to comment.