Skip to content

Commit

Permalink
fix(changelog generation): remove unnecessary console log
Browse files Browse the repository at this point in the history
!nuf
  • Loading branch information
Miodec committed Apr 8, 2024
1 parent a4b2efc commit 10e4379
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/buildChangelog.mjs
Expand Up @@ -225,8 +225,6 @@ function buildFooter(logs) {
// return `\n### Other\n\n- Various ${finalString} changes`;
// }

console.log("---------");

function convertStringToLog(logString) {
let log = [];
for (let line of logString) {
Expand Down

0 comments on commit 10e4379

Please sign in to comment.