Remove println\!

This commit is contained in:
Morgan Phillips
2016-08-01 12:15:08 -07:00
parent 19a47d57b3
commit 5a38ca2db7

View File

@@ -65,7 +65,6 @@ impl DominatorTree {
}
fn intersect(&self, ordering: &EntityMap<Ebb, usize>, first: Ebb, second: Ebb) -> Ebb {
println!("A {} B {}", first, second);
let mut a = first;
let mut b = second;
while a != b {