Skip to content
Snippets Groups Projects
Unverified Commit a3112e1f authored by Louis's avatar Louis :fire:
Browse files

Disable debug log for swerve config

parent 62f3d9cb
No related branches found
No related tags found
No related merge requests found
...@@ -134,8 +134,7 @@ fn main() { ...@@ -134,8 +134,7 @@ fn main() {
}); });
let server_config = config_from_args(args.clone(), swerve_config.clone()); let server_config = config_from_args(args.clone(), swerve_config.clone());
printq!("{:?}", swerve_config); // printq!("{:?}", swerve_config);
printq!(""); printq!("");
let mut server = rocket::custom(server_config, false) let mut server = rocket::custom(server_config, false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment