From f6af76f0bac7d12f04394aa3f7fc92737df980e4 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Thu, 19 Dec 2024 11:47:45 +0100 Subject: [PATCH] remove debug code --- src/routes/(editor)/edit.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/routes/(editor)/edit.tsx b/src/routes/(editor)/edit.tsx index 963825b..593dcda 100644 --- a/src/routes/(editor)/edit.tsx +++ b/src/routes/(editor)/edit.tsx @@ -223,11 +223,6 @@ const Editor: Component<{ root: FileSystemDirectoryHandle }> = (props) => { return existingFiles.concat(newFiles); }); - // createEffect(() => { - // console.table(mutations()); - // console.log(mutatedFiles(), mutatedData()); - // }); - createEffect(() => { const directory = props.root;