Remove println\!

This commit is contained in:
Morgan Phillips
2016-08-01 12:15:08 -07:00
parent 967a7c64d4
commit f2e9c88b45

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 {