浏览代码

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);