Skip to content

Commit

Permalink
Remove a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottkember committed Feb 25, 2024
1 parent 9f63bfd commit d5ee424
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
4 changes: 0 additions & 4 deletions lib/commonjs/ReactNativeZoomableView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/commonjs/ReactNativeZoomableView.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions lib/module/ReactNativeZoomableView.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/module/ReactNativeZoomableView.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/ReactNativeZoomableView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ class ReactNativeZoomableView extends Component<
// we don't wanna measure when zoomSubjectWrapperRef is not yet available or has been unmounted
zoomSubjectWrapperRef.current?.measureInWindow(
(x, y, width, height) => {
console.log({ width, height });
this.setState({
originalWidth: width,
originalHeight: height,
Expand Down

0 comments on commit d5ee424

Please sign in to comment.