Skip to content

Commit

Permalink
Remove println!
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed May 26, 2021
1 parent 9bcd9c9 commit 88da943
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pub fn ansi_to_text<'t, B: IntoIterator<Item = u8>>(bytes: B) -> Result<Text<'t>
&& !line_buffer.is_empty()
&& style_stack.last() != Some(&style)
{
println!("style {:?}", style);
span_buffer.push(Span::styled(
#[cfg(feature = "simd")]
from_utf8(&line_buffer)?.to_owned(),
Expand Down

0 comments on commit 88da943

Please sign in to comment.