diff options
Diffstat (limited to '')
-rw-r--r-- | src/construct/html_flow.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs index 238963d..e2b66e5 100644 --- a/src/construct/html_flow.rs +++ b/src/construct/html_flow.rs @@ -399,7 +399,6 @@ fn tag_name(tokenizer: &mut Tokenizer, mut info: Info) -> State { .serialize() .trim() .to_lowercase(); - println!("name: {:?}", name); if !slash && info.start_tag && HTML_RAW_NAMES.contains(&name.as_str()) { info.kind = Kind::Raw; |