Skip to content

Commit

Permalink
chore(log): remove log (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavares843 authored Feb 8, 2024
1 parent 0e5f783 commit d0299fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kit/src/components/message/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ fn markdown(text: &str, emojis: bool) -> String {

let parser = pulldown_cmark::Parser::new_ext(&text, options);
for (event, range) in parser.into_offset_iter() {
log::debug!("evt {event:?}");
if skipping {
skipping = if in_link {
matches!(event, pulldown_cmark::Event::End(Tag::Link(_, _, _)))
Expand Down

0 comments on commit d0299fa

Please sign in to comment.