remove console.logs

This commit is contained in:
2025-07-15 08:03:27 +02:00
parent 873a382f69
commit 5070ac9f7a
2 changed files with 0 additions and 3 deletions

View File

@@ -94,7 +94,6 @@
// construct PUT URL
const url = $page.url;
console.log(url);
let data_obj: { new_name: string; old_name: string } = { new_name: '', old_name: '' };
data_obj['new_name'] = new_name;