diff --git a/lib/cli/src/commands/package/tag.rs b/lib/cli/src/commands/package/tag.rs index e2fac300ef7..b300fbd8326 100644 --- a/lib/cli/src/commands/package/tag.rs +++ b/lib/cli/src/commands/package/tag.rs @@ -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?