clean up unused code

This commit is contained in:
Sunshine 2021-02-23 23:39:27 -10:00
parent 4921a70dda
commit 385301bf16
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1
1 changed files with 0 additions and 3 deletions

View File

@ -212,9 +212,6 @@ fn main() {
}
}
// Remove charset meta-tag
// set_charset_meta_to_utf8(&dom.document);
// Serialize DOM tree
let mut result: String = stringify_document(&dom.document, &options);