Remove a stray eprintln (#11635)

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-05-10 02:27:55 +03:00 committed by GitHub
parent dd67bda595
commit 79b5556267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,9 +278,6 @@ impl Editor {
self.insert_deleted_text_block(diff_base_buffer, deleted_text_lines, &hunk, cx)
}
};
if hunk_start.cmp(&hunk_end, &multi_buffer_snapshot).is_gt() {
eprintln!("@######################!!!!!!!!!!!!!");
};
self.expanded_hunks.hunks.insert(
block_insert_index,
ExpandedHunk {