clean comments

This commit is contained in:
2026-04-03 12:06:58 +07:00
parent b90083539c
commit e53a95692e
18 changed files with 100 additions and 258 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct Args {
fn main() {
Logger::init("./logs".into());
Logger::global().set_level("error"); //set error in prod
Logger::global().set_level("error");
let args = Args::parse();
let net = Network::new(args.host, args.port, ConnectionRole::Server);