mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-02 00:23:27 +01:00
Remove unnecessary println
This commit is contained in:
parent
7f267ec4be
commit
579fa3f1ad
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user