From d75c7bef2054d60e04dd39d8101f44ee6c57322f Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 13 Feb 2023 15:00:20 +0100 Subject: [PATCH] qoc --- apps/web/components/editor/field.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/components/editor/field.tsx b/apps/web/components/editor/field.tsx index 7d38d8983..60204bcd9 100644 --- a/apps/web/components/editor/field.tsx +++ b/apps/web/components/editor/field.tsx @@ -22,8 +22,6 @@ export default function Field(props: FieldPropsType) { props.field.position || { x: 0, y: -842 } ); const nodeRef = React.createRef(); - console.log(props.field); - const onControlledDrag = (e: any, position: any) => { const { x, y } = position; setPosition({ x, y });