Skip to content

Commit 7581ba3

Browse files
author
Anatol Ulrich
committed
forgot a dbg
1 parent 9bce4d6 commit 7581ba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/text_edit/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ impl TextEdit {
116116
}
117117

118118
pub fn union(&mut self, other: TextEdit) -> Result<(), TextEdit> {
119-
dbg!(&self, &other);
120119
// FIXME: can be done without allocating intermediate vector
121120
let mut all = self.iter().chain(other.iter()).collect::<Vec<_>>();
122121
if !check_disjoint_or_equal(&mut all) {

0 commit comments

Comments
 (0)