Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Delete stray logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Scandurra committed May 29, 2018
1 parent a85f18a commit d0ee371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xray_core/src/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,6 @@ impl tree::Item for Fragment {
.text
.offset_for_point(Point::new(fragment_2d_start.row + 1, 0))
.unwrap() - 1;
println!("First row end {:?}.", first_row_end);
(first_row_end - self.start_offset) as u32
};
let (longest_row, longest_row_len) = self.insertion
Expand Down

0 comments on commit d0ee371

Please sign in to comment.