forked from realaravinth/libmedium
rm debug statement
This commit is contained in:
parent
e05687262f
commit
58f7ebb91e
1 changed files with 0 additions and 1 deletions
|
@ -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" {.>
|
||||
|
|
Loading…
Reference in a new issue