diff --git a/crates/graph/src/range/elem/elem_enum/arena.rs b/crates/graph/src/range/elem/elem_enum/arena.rs index 6e7925b0..6472b2b7 100644 --- a/crates/graph/src/range/elem/elem_enum/arena.rs +++ b/crates/graph/src/range/elem/elem_enum/arena.rs @@ -125,13 +125,6 @@ impl RangeArenaLike> for RangeArena> { self.map.insert(Elem::Null, 0); } - // let nulls = self.ranges.iter().fold(0, |mut acc, e| { - // if matches!(e, Elem::Null) { - // acc += 1; - // } - // acc - // }); - // println!( // "{}\nhad cycle:\n{:?}", // self.debug_str(analyzer),