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

@@ -41,7 +41,6 @@
let url = `/api/list/${filename}`;
console.log(`--- ${filename} + ${url}`);
try {
const response = await fetch(url, { method: 'DELETE' });
if (response.status == 204) {