editor: remove console.log

This was from debugging and was missed.
This commit is contained in:
David Lechner
2022-12-17 14:04:12 -06:00
committed by David Lechner
parent 9d71bb4734
commit b8a1c70536
-1
View File
@@ -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 (
<div className="pb-editor">