Remove logging statements

This commit is contained in:
D. Berge
2025-08-17 13:17:00 +02:00
parent 12a762f44f
commit 24dcebd0d9
2 changed files with 0 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ module.exports = async function (req, res, next) {
if (json.length) {
const data = bundle(json, {type});
console.log("bundle", data);
res.status(200).send(Buffer.from(data));
} else {
res.status(404).send();