remove debug code
This commit is contained in:
parent
998a788baa
commit
f6af76f0ba
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue