remove test printout

This commit is contained in:
ntr 2020-01-03 11:38:18 +10:00
parent 69c7ddf213
commit 93429aa2d7

View File

@ -2144,8 +2144,6 @@ mod tests {
let last = game.resolutions.len() - 1;
let resolutions = &game.resolutions[last];
println!("{:#?}", resolutions);
let damage_events = resolutions.iter().filter(|r| match r.event {
Event::Damage { construct: _, colour: _, amount: _, mitigation: _, display: _ } => true,
_ => false,