diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 20:06:11 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 20:06:11 -0400 |
commit | 4434d06df897f844832a92d66956825ea58c2b01 (patch) | |
tree | 8efb8f40c23156551a3628c3eac93945980a7325 /src/components | |
parent | 9895bd4c52854767657f4d70dba4018cba2b8751 (diff) |
Clean up code
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/common/MomentTags.tsx | 2 |
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]); }); |