This commit is contained in:
2022-03-01 02:04:43 +01:00
parent 8517c20e6c
commit ef39f9ec0b
2 changed files with 2 additions and 6 deletions

View File

@@ -22,10 +22,6 @@
contents: await Files.toString(file),
}))
)
console.debug(
'files',
data.map((d) => d.contents.length)
)
dispatch('file', JSON.stringify(data))
} else {
dispatch('file', '')