clean up unused code

pull/245/head
Sunshine 3 years ago
parent 4921a70dda
commit 385301bf16
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1

@ -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);

Loading…
Cancel
Save