소스 검색

remove console.log

AykutSarac 3 년 전
부모
커밋
263eff9bbf
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/containers/LiveEditor/index.tsx

+ 0 - 2
src/containers/LiveEditor/index.tsx

@@ -49,8 +49,6 @@ export const LiveEditor: React.FC = React.memo(function LiveEditor() {
     height: 2000,
   });
 
-  console.log(canvasSize);
-
   React.useEffect(() => {
     const { nodes, edges } = getEdgeNodes(json, settings.expand);