From 788f64389f5479fcd23844740e7401a8a7870294 Mon Sep 17 00:00:00 2001 From: SavagePeanut Date: Sun, 3 Sep 2023 17:28:57 -0500 Subject: tests passing --- src/parser.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/parser.rs') diff --git a/src/parser.rs b/src/parser.rs index 53c38f6..4f5ae58 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -38,7 +38,6 @@ pub fn parse_with_limits(chars: &Vec, start: usize, end: usize, depth: usi } match seek_end_block(chars, c, end_of_line, end, depth) { Some(to) => { - println!("to {}", to); if to != index + 3 && is_quote_start(chars, index, depth) { let keyword = if end_of_line == index + 3 { "```".to_string() -- cgit v1.2.3