Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 3, 2023
1 parent 8651ad5 commit af379ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/semver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export async function bumpVersion(
}

if (config.newVersion) {
consola.log("A", JSON.stringify(config.newVersion));
pkg.version = config.newVersion;
} else if (type || opts.preid) {
// eslint-disable-next-line import/no-named-as-default-member
Expand Down

0 comments on commit af379ee

Please sign in to comment.