Skip to content

Commit 46a0533

Browse files
author
Andrzej Antoni Kwaśniewski
committed
remove console log
1 parent 1828c73 commit 46a0533

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/common-app/src/legacy/v2_api/camera/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export default function Camera() {
7979
1,
8080
Math.min(2, zoom.value * ((e.scaleChange - 1) * 0.2 + 1))
8181
);
82-
console.log(zoom.value);
8382
});
8483

8584
const changeCameraGesture = Gesture.Tap()

apps/common-app/src/new_api/complicated/camera/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ export default function Camera() {
104104
1,
105105
Math.min(2, zoom.value * ((e.scaleChange - 1) * 0.2 + 1))
106106
);
107-
console.log(zoom.value);
108107
},
109108
});
110109

0 commit comments

Comments
 (0)