From 18314e7b3c70c2905c4b71367fc443fd2bdb9c70 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Nov 2023 14:59:04 +0000 Subject: [PATCH] alex/overlay-mode: remove console.logs --- src/components/LiveImageShapeUtil.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/LiveImageShapeUtil.tsx b/src/components/LiveImageShapeUtil.tsx index 2af0711..b58eee5 100644 --- a/src/components/LiveImageShapeUtil.tsx +++ b/src/components/LiveImageShapeUtil.tsx @@ -208,10 +208,8 @@ export class LiveImageShapeUtil extends ShapeUtil { }} onPointerDown={(e) => { e.stopPropagation() - console.log('pointerdowm', e) }} onClick={(e) => { - console.log('click', e) editor.updateShape({ id: shape.id, type: 'live-image',