diff --git a/src/main.rs b/src/main.rs index a8da05d..14a47ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -219,8 +219,6 @@ struct Args { } fn main() { - // let mut args = Args::parse(); - // args.splash = args.splash.map(|o| format!("{o}\n")); let args = Arc::new(Args::parse()); let listener = TcpListener::bind(&args.host).expect("error trying bind to the provided addr");