diff --git a/bin/buildChangelog.mjs b/bin/buildChangelog.mjs index 2e4c9839f..6bc330c92 100644 --- a/bin/buildChangelog.mjs +++ b/bin/buildChangelog.mjs @@ -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;