Răsfoiți Sursa

removed console

Steven Fukase 4 ani în urmă
părinte
comite
5b24ecd396
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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) {