diff --git a/src/hooks/surface/useSurfaceShapeBatch.js b/src/hooks/surface/useSurfaceShapeBatch.js index e612a463..b52781b6 100644 --- a/src/hooks/surface/useSurfaceShapeBatch.js +++ b/src/hooks/surface/useSurfaceShapeBatch.js @@ -58,8 +58,6 @@ export function useSurfaceShapeBatch() { if (checkSurfaceShape(surfaceId, { length1, length2, length3, length4, length5 })) { setShowPlacementSurfaceSettingModal(false) canvas?.on('mouse:move', (e) => { - console.log('asdfasdfasdfasdfasdfsdfasdfsdf') - if (!isDrawing) { return } diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 9343ae23..579e1334 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -38,8 +38,6 @@ $alert-color: #101010; .modal-pop-wrap { position: fixed; - top: 200px; - right: 100px; width: 100%; height: -webkit-fit-content; height: -moz-fit-content;