Explorar el Código

removed console

Steven Fukase hace 4 años
padre
commit
5b24ecd396
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/client/js/components/PageCreateModal.jsx

+ 0 - 1
src/client/js/components/PageCreateModal.jsx

@@ -79,7 +79,6 @@ const PageCreateModal = (props) => {
   async function redirectToEditor(...paths) {
     try {
       const editorPath = await generateEditorPath(...paths);
-      console.log(editorPath);
       window.location.href = editorPath;
     }
     catch (err) {