Explorar o código

removed console

Steven Fukase %!s(int64=4) %!d(string=hai) anos
pai
achega
5b24ecd396
Modificáronse 1 ficheiros con 0 adicións e 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) {