dont flush every tick

This commit is contained in:
franchioping 2026-02-06 14:13:20 +00:00
parent 4009d68098
commit fe6effe50f
1 changed files with 0 additions and 1 deletions

View File

@ -202,7 +202,6 @@ impl Simulation {
desired_motor_diff,
))
.unwrap();
logger.flush().unwrap();
}
Ok(StepOutcome::Continue)
}