Removing warning logs
This commit is contained in:
parent
fe26123170
commit
36384fd6ff
1 changed files with 0 additions and 3 deletions
|
|
@ -836,10 +836,7 @@ async fn run_1v1_simulation(
|
|||
|
||||
// Run simulation until score file is generated
|
||||
let config1_arg = format!("-NN1Config=\"{}\"", nn_path_1.to_str().unwrap());
|
||||
warn!("Config1 Arg: {}", config1_arg);
|
||||
let config2_arg = format!("-NN2Config=\"{}\"", nn_path_2.to_str().unwrap());
|
||||
warn!("Config2 Arg: {}", config2_arg);
|
||||
|
||||
let disable_unreal_rendering_arg = "-nullrhi".to_string();
|
||||
|
||||
trace!(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue