Remove existing trace calls.
This commit is contained in:
@@ -93,6 +93,5 @@ pub fn paragraph<'s, 'r>(
|
||||
let paragraph_context = context.with_additional_fail_matcher(¶graph_end);
|
||||
let text_element_parser = parser_with_context!(flat_text_element)(¶graph_context);
|
||||
let ret = many_till(text_element_parser, paragraph_end)(i);
|
||||
trace!("Returning from paragraph with {:#?}", ret);
|
||||
ret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user