Skip to content

Commit

Permalink
Revert " temporarily log everything"
Browse files Browse the repository at this point in the history
This reverts commit f9f7f29.
  • Loading branch information
msrd0 committed May 13, 2024
1 parent 8be400f commit fb7f21d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,7 @@ impl<'a> Readme<'a> {
..Default::default()
};
pulldown_cmark_to_cmark::cmark_with_options(
EventFilter::new(
parser.into_iter().map(|ev| {
eprintln!("[DEBUG] input event: {ev:?}");
ev
}),
&mut self.links
)
.map(|ev| {
eprintln!("[DEBUG] output event: {ev:?}");
ev
}),
EventFilter::new(parser.into_iter(), &mut self.links),
&mut self.readme,
options
)?;
Expand Down

0 comments on commit fb7f21d

Please sign in to comment.