deleted unnecessary console.log statements

This commit is contained in:
2025-06-10 14:10:48 +02:00
parent d58be34fe5
commit e4d74e4331
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@
.filter((i) => i.length > 0)
.map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs);
}
});

View File

@@ -52,7 +52,6 @@
.filter((i) => i.length > 0)
.map((i) => JSON.parse(i));
console.log(objs);
list = list.concat(objs);
list = list.map((item) => {