mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
Removed unnecessary debug statements
This commit is contained in:
parent
e05793b52a
commit
4c860dc82f
1 changed files with 0 additions and 1 deletions
|
@ -1179,7 +1179,6 @@ impl Buffer {
|
|||
let start = (delta + range.start as isize) as usize + first_newline_ix + 1;
|
||||
let end = (delta + range.start as isize) as usize + new_text_len;
|
||||
delta += new_text_len as isize - (range.end as isize - range.start as isize);
|
||||
dbg!(&range, new_text, start, end, delta);
|
||||
Some(self.anchor_before(start)..self.anchor_after(end))
|
||||
})
|
||||
.collect::<Vec<Range<Anchor>>>();
|
||||
|
|
Loading…
Reference in a new issue