diff --git a/meilisearch-http/src/main.rs b/meilisearch-http/src/main.rs index e74c1e056..147f526a2 100644 --- a/meilisearch-http/src/main.rs +++ b/meilisearch-http/src/main.rs @@ -30,8 +30,6 @@ fn setup(opt: &Opt) -> anyhow::Result<()> { async fn main() -> anyhow::Result<()> { let opt = Opt::build(); - println!("{:?}", opt); - setup(&opt)?; match opt.env.as_ref() {