From 614cd5f538bcda0cc0045521c762bfce58b99b22 Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Tue, 12 Mar 2024 13:15:02 +0530 Subject: [PATCH] refactor: removed unused imports --- frontend/src/Editor/DragContainer.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/Editor/DragContainer.jsx b/frontend/src/Editor/DragContainer.jsx index 1b73c2c8c8..34f719fe22 100644 --- a/frontend/src/Editor/DragContainer.jsx +++ b/frontend/src/Editor/DragContainer.jsx @@ -450,7 +450,6 @@ export default function DragContainer({ }} onResizeGroupStart={({ events }) => { const parentElm = events[0].target.closest('.real-canvas'); - console.log('parentElm', parentElm); parentElm.classList.add('show-grid'); }} onResizeGroup={({ events }) => {