remove fucking comment

This commit is contained in:
MeexReay 2025-04-14 22:14:22 +03:00
parent a49c4aaa2b
commit 3943eb2208

View File

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