Steven Fukase 4 лет назад
Родитель
Сommit
5b24ecd396
1 измененных файлов с 0 добавлено и 1 удалено
  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) {
   async function redirectToEditor(...paths) {
     try {
     try {
       const editorPath = await generateEditorPath(...paths);
       const editorPath = await generateEditorPath(...paths);
-      console.log(editorPath);
       window.location.href = editorPath;
       window.location.href = editorPath;
     }
     }
     catch (err) {
     catch (err) {