1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Remove console statement

This commit is contained in:
Laurent Cozic
2020-09-15 12:13:29 +01:00
parent c9451d8675
commit bdedf69439

View File

@ -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)}`);