diff --git a/Tools/git-changelog.js b/Tools/git-changelog.js index 13f371dc35..a93d497d75 100644 --- a/Tools/git-changelog.js +++ b/Tools/git-changelog.js @@ -223,7 +223,6 @@ async function findFirstRelevantTag(baseTag) { while (true) { try { const logs = await gitLog(tag); - console.info(logs);process.exit(); if (logs.length) return tag; } catch (error) { if (error.message.indexOf('unknown revision') >= 0) {