Skip to content

Commit

Permalink
fix: remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Dec 21, 2022
1 parent 558c01e commit c7b44b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/success.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ module.exports = async function success (pluginConfig, {
branch,
options: { repositoryUrl }
}) {
logger.log('publish mvn release');

const updateSnapshotVersionOpt = pluginConfig.updateSnapshotVersion || false;
if (updateSnapshotVersionOpt) {
await updateSnapshotVersion(logger);
Expand Down

0 comments on commit c7b44b1

Please sign in to comment.