deleted unnecessary console.log statements

This commit is contained in:
2025-06-10 14:34:25 +02:00
parent 07247486ab
commit 31ca124511
5 changed files with 0 additions and 10 deletions

View File

@@ -52,9 +52,6 @@ export async function DELETE({ params }) {
items_str.on('end', async () => {
resolve(res)
})
console.log(`+++ ${vorgang}`)
})
await client.removeObjects('tatort', object_list)