Skip to content

Commit

Permalink
Remove unneeded traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Jan 26, 2025
1 parent 5783240 commit 7ea265e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/render/text_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1351,11 +1351,8 @@ impl<D: TextDecorator> Renderer for SubRenderer<D> {
I: Iterator<Item = &'a str>,
{
use self::TaggedLineElement::Str;
html_trace!("append_subrender: {self}");
html_trace!("append_subrender other: {other}");

self.flush_wrapping()?;
html_trace!("append_subrender self after flush: {self}");
let tag = self.ann_stack.clone();
self.lines.extend(
other
Expand Down

0 comments on commit 7ea265e

Please sign in to comment.