diff options
Diffstat (limited to 'src')
-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]); }); |