aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/ZoomInCropper.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-07-16 14:52:52 -0400
committerBrian Kim <brian@tagg.id>2021-07-16 14:52:52 -0400
commit44edf83220a50b96fbdc67f505f4117bae6eb235 (patch)
tree5546fc32a07888df248bcf630dd3d35c278c9d4d /src/components/comments/ZoomInCropper.tsx
parent82e2ebed641463e31eb304846eafd664368f60b8 (diff)
Clean up code
Diffstat (limited to 'src/components/comments/ZoomInCropper.tsx')
-rw-r--r--src/components/comments/ZoomInCropper.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/comments/ZoomInCropper.tsx b/src/components/comments/ZoomInCropper.tsx
index 77159119..3581168d 100644
--- a/src/components/comments/ZoomInCropper.tsx
+++ b/src/components/comments/ZoomInCropper.tsx
@@ -138,7 +138,6 @@ export const ZoomInCropper: React.FC<ZoomInCropperProps> = ({
}));
}
setCropLoading(true);
- console.log(cropLoading);
cropVideo(
media.uri,
(croppedURL: string) => {