mirror of https://github.com/laurent22/joplin.git
Tools: Remove console statement
parent
c9451d8675
commit
bdedf69439
|
@ -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)}`);
|
||||
|
|
Loading…
Reference in New Issue