Remove stray print.

This commit is contained in:
Relintai 2021-11-18 23:14:08 +01:00
parent 000174f3c8
commit f5afa7eb8e

View File

@ -461,8 +461,6 @@ void HTMLParser::parse(const String &data) {
delete t;
}
}
root->print();
}
String HTMLParser::to_string() {