Remove a stray eprintln (#11635)

Kirill Bulatov created

Release Notes:

- N/A

Change summary

crates/editor/src/hunk_diff.rs | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

crates/editor/src/hunk_diff.rs 🔗

@@ -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 {