From b8a1c70536b1664f46e3583b825f753a99f40420 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 17 Dec 2022 13:54:03 -0600 Subject: [PATCH] editor: remove console.log This was from debugging and was missed. --- src/editor/Editor.tsx | 1 - 1 file changed, 1 deletion(-) 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 (