diff --git a/src/editor/Editor.tsx b/src/editor/Editor.tsx index 27fb0aca..8280818e 100644 --- a/src/editor/Editor.tsx +++ b/src/editor/Editor.tsx @@ -486,7 +486,6 @@ const Editor: React.VFC = () => { const isEmpty = useSelector((s) => s.editor.openFileUuids.length === 0); const { activeFileUuid } = useSelector((s) => s.editor); const fileName = useFileStoragePath(activeFileUuid ?? ('' as UUID)); - console.log(fileName); return (