Steven Fukase před 4 roky
rodič
revize
5b24ecd396
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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) {