fix: remove redundant log

This commit is contained in:
Pierre Vanduynslager 2018-11-12 14:56:03 -05:00
parent 83af7acf69
commit 728ea34dda

View File

@ -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`