From 58f7ebb91ebd7a48b6468ca2b6ef8184c8274fb3 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 2 Nov 2021 12:06:33 +0530 Subject: [PATCH] rm debug statement --- templates/p.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/p.html b/templates/p.html index f65b198..3e4db31 100644 --- a/templates/p.html +++ b/templates/p.html @@ -7,7 +7,6 @@ <.= &p.text.substring(cur, (markup.start -1) as usize) .> <. cur = (markup.end + 1) as usize; .> <. let text = &p.text.slice(markup.start as usize..markup.end as usize); .> - <. println!("{}", text); .> <. if markup.type_ == "A" {.> <. if let Some(anchor_type) = &markup.anchor_type {.> <. if anchor_type == "LINK" {.>