Remove unnecessary println

This commit is contained in:
mlemesle 2022-09-08 11:05:52 +02:00
parent 7f267ec4be
commit 579fa3f1ad

View File

@ -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() {