Skip to content

Commit

Permalink
Remove invokation when running plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gememma committed May 17, 2024
1 parent 957488e commit 6f47685
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mirrord/cli/src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ pub(crate) async fn extension_exec(args: ExtensionExecArgs, watch: drain::Watch)
progress.warning(warning);
}

// Print config details for the user in a single message
let mut sub_progress_config = progress.subtask("config summary");
print_config(&sub_progress_config, None, None, &config, true);
sub_progress_config.success(None);

#[cfg(target_os = "macos")]
let execution_result = mirrord_exec(
args.executable.as_deref(),
Expand Down

0 comments on commit 6f47685

Please sign in to comment.