chore: remove debug print

This commit is contained in:
sigoden 2023-12-14 11:08:10 +00:00
parent 3873f4794a
commit 5988442d5c

View file

@ -418,7 +418,6 @@ impl Args {
args.tls_cert = None;
args.tls_key = None;
}
println!("{args:?}");
Ok(args)
}