fix(changelog generation): remove unnecessary console log

!nuf
This commit is contained in:
Miodec 2024-04-08 15:01:19 +02:00
parent a4b2efca16
commit 10e4379d81

View file

@ -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) {