aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-21 20:06:11 -0400
committerIvan Chen <ivan@tagg.id>2021-05-21 20:06:11 -0400
commit4434d06df897f844832a92d66956825ea58c2b01 (patch)
tree8efb8f40c23156551a3628c3eac93945980a7325 /src/components/common
parent9895bd4c52854767657f4d70dba4018cba2b8751 (diff)
Clean up code
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]);
});