Skip to content

Commit

Permalink
Merge pull request #4661 from wasmerio/tag-remove-leftover
Browse files Browse the repository at this point in the history
Remove a leftover println from the tag command
  • Loading branch information
syrusakbary authored May 9, 2024
2 parents b669503 + da5c695 commit 202a450
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 202a450

Please sign in to comment.