Remove existing trace calls.

This commit is contained in:
Tom Alexander
2022-11-26 18:27:36 -05:00
parent 99f9450eda
commit a09c6838b3
2 changed files with 0 additions and 4 deletions

View File

@@ -93,6 +93,5 @@ pub fn paragraph<'s, 'r>(
let paragraph_context = context.with_additional_fail_matcher(&paragraph_end);
let text_element_parser = parser_with_context!(flat_text_element)(&paragraph_context);
let ret = many_till(text_element_parser, paragraph_end)(i);
trace!("Returning from paragraph with {:#?}", ret);
ret
}