diff --git a/Tools/git-changelog.js b/Tools/git-changelog.js index 8aece4b2e90..4ea8203f360 100644 --- a/Tools/git-changelog.js +++ b/Tools/git-changelog.js @@ -197,8 +197,6 @@ function formatCommitMessage(msg, author, options) { const commitMessage = parseCommitMessage(output, subModule); - console.info(commitMessage); - const messagePieces = []; messagePieces.push(`${capitalizeFirstLetter(commitMessage.type)}`); if (commitMessage.subModule) messagePieces.push(`${capitalizeFirstLetter(commitMessage.subModule)}`);