Explorar el Código

remove console.log

AykutSarac hace 3 años
padre
commit
263eff9bbf
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);