dont flush every tick
This commit is contained in:
parent
4009d68098
commit
fe6effe50f
|
|
@ -202,7 +202,6 @@ impl Simulation {
|
|||
desired_motor_diff,
|
||||
))
|
||||
.unwrap();
|
||||
logger.flush().unwrap();
|
||||
}
|
||||
Ok(StepOutcome::Continue)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue