aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common')
-rw-r--r--src/components/common/MomentTags.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/common/MomentTags.tsx b/src/components/common/MomentTags.tsx
index f6f475bc..fb9ef5be 100644
--- a/src/components/common/MomentTags.tsx
+++ b/src/components/common/MomentTags.tsx
@@ -22,8 +22,6 @@ const MomentTags: React.FC<MomentTagsProps> = ({
useEffect(() => {
imageRef.current.measure((fx, fy, width, height, px, py) => {
- console.log(px, py);
- console.log(width, height);
setOffset([px, py]);
setImageDimensions([width, height]);
});