mirror of
https://github.com/MeexReay/sRAC.git
synced 2025-05-06 13:18:03 +03:00
remove fucking comment
This commit is contained in:
parent
a49c4aaa2b
commit
3943eb2208
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user