Skip to content

Commit

Permalink
fix: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Nov 12, 2018
1 parent 83af7ac commit 728ea34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/definitions/plugins.js
Expand Up @@ -51,7 +51,6 @@ module.exports = {
if (context.nextRelease.gitHead !== newGitHead) {
context.nextRelease.gitHead = newGitHead;
// Regenerate the release notes
logger.log('Call plugin %s', 'generateNotes');
context.nextRelease.notes = await generateNotes(context);
}
// Call the next prepare plugin with the updated `nextRelease`
Expand Down

0 comments on commit 728ea34

Please sign in to comment.