Skip to content

Commit c74068a

Browse files
committed
chore: remove console logs of failed lines
1 parent 7e32c78 commit c74068a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/buildChangelog.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ function convertStringToLog(logString) {
281281
body: body || "",
282282
});
283283
} else {
284-
console.log({ hash, shortHash, title, body });
285-
console.warn("skipping line due to invalid format: " + line);
284+
// console.log({ hash, shortHash, title, body });
285+
// console.warn("skipping line due to invalid format: " + line);
286286
}
287287
}
288288
return log;

0 commit comments

Comments
 (0)