mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-03 18:25:02 +08:00
fix(changelog generation): remove unnecessary console log
!nuf
This commit is contained in:
parent
a4b2efca16
commit
10e4379d81
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue