0
0
Fork 0

console.log

This commit is contained in:
Alex Moreno 2024-08-09 11:41:29 +02:00
parent 43ca7e1667
commit bd05460b90
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ async function orderBy(name, direction) {
break;
}
if (!direction) return await arrayData.deleteOrder(name);
console.log('name, direction: ', name, direction);
await arrayData.addOrder(name, direction);
}