Skip to content

Commit

Permalink
fix(cli): remove leftover print from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed May 9, 2024
1 parent b669503 commit da5c695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/src/commands/package/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ impl PackageTag {
None => true,
};

println!("should update: {should_update_name}");
let manifest = if should_update_name {
self.update_manifest_name(manifest_path, manifest, &full_name)
.await?
Expand Down

0 comments on commit da5c695

Please sign in to comment.