Skip to content

Commit

Permalink
Fix debug warning (#2856)
Browse files Browse the repository at this point in the history
* Removed debug warning

* Changelog entry
  • Loading branch information
Razz4780 authored Oct 17, 2024
1 parent 2cbf416 commit 10d13ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+removed-debug-warning.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed unnecessary debug warning from mirrord CLI progress.
1 change: 0 additions & 1 deletion mirrord/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ fn print_config<P>(

async fn exec(args: &ExecArgs, watch: drain::Watch) -> Result<()> {
let progress = ProgressTracker::from_env("mirrord exec");
progress.warning(&format!("{:?}", args.params.accept_invalid_certificates));
if !args.params.disable_version_check {
prompt_outdated_version(&progress).await;
}
Expand Down

0 comments on commit 10d13ac

Please sign in to comment.