deleted unnecessary console.log statements
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user