2 Commits b71d6e6fbd ... 95c1169d0d

Autor SHA1 Mensagem Data
  Trey Del Bonis 95c1169d0d sim: bunch more refactoring to bring it into alignment but my code sucks 1 mês atrás
  Trey Del Bonis b71d6e6fbd sim: bunch more refactoring to bring it into alignment but my code sucks 1 mês atrás
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      sim/src/tick/exec.rs

+ 0 - 1
sim/src/tick/exec.rs

@@ -271,7 +271,6 @@ fn exec_tick(
     exec_tick_main_phases(&mut tick_state, cfg)?;
 
     // Apply the changes to create the new world and return.
-    eprintln
     tick_state.finalize_next_tick_state();
     let diff = tick_state.into_world_diff();
     let (new_state, chgs) = prev.apply_diff(diff);