remove test printout
This commit is contained in:
parent
69c7ddf213
commit
93429aa2d7
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user