mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-02-08 19:43:28 +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<()> {
|
async fn main() -> anyhow::Result<()> {
|
||||||
let opt = Opt::build();
|
let opt = Opt::build();
|
||||||
|
|
||||||
println!("{:?}", opt);
|
|
||||||
|
|
||||||
setup(&opt)?;
|
setup(&opt)?;
|
||||||
|
|
||||||
match opt.env.as_ref() {
|
match opt.env.as_ref() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user