Removed unneded console.log

This commit is contained in:
2023-05-18 16:28:55 +02:00
parent 585067bc5f
commit 899556c49c

View File

@@ -94,7 +94,6 @@ async function formatJSON(json) {
}); });
}); });
console.log(result);
return result; return result;
} }