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)

View File

@@ -5,7 +5,6 @@ export async function GET() {
const result = new ReadableStream({
start(controller) {
stream.on('data', (data) => {
//console.log(data);
controller.enqueue(`${JSON.stringify(data)}\n`);
});
stream.on('end', () => {