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 }) => {