2 커밋 b71d6e6fbd ... 95c1169d0d

작성자 SHA1 메시지 날짜
  Trey Del Bonis 95c1169d0d sim: bunch more refactoring to bring it into alignment but my code sucks 1 개월 전
  Trey Del Bonis b71d6e6fbd sim: bunch more refactoring to bring it into alignment but my code sucks 1 개월 전
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);