Skip to content

Commit

Permalink
Tools: Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Sep 15, 2020
1 parent c9451d8 commit bdedf69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/git-changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`);
Expand Down

0 comments on commit bdedf69

Please sign in to comment.