chore: remove console logs of failed lines

This commit is contained in:
Miodec 2024-07-31 11:36:33 +02:00
parent 7e32c78c15
commit c74068a6af

View file

@ -281,8 +281,8 @@ function convertStringToLog(logString) {
body: body || "",
});
} else {
console.log({ hash, shortHash, title, body });
console.warn("skipping line due to invalid format: " + line);
// console.log({ hash, shortHash, title, body });
// console.warn("skipping line due to invalid format: " + line);
}
}
return log;