LibWeb: Remove noisy debug messages from HTMLParser

This commit is contained in:
Andrew Kaster 2025-07-09 11:33:13 -06:00 committed by Andrew Kaster
parent ce01236000
commit 3040ca4311
Notes: github-actions[bot] 2025-07-09 22:28:18 +00:00
2 changed files with 0 additions and 9 deletions

View file

@ -206,11 +206,6 @@ void HTMLParser::run(HTMLTokenizer::StopAtInsertionPoint stop_at_insertion_point
{
m_stop_parsing = false;
#if defined(LIBWEB_USE_SWIFT)
dbgln("Poking Swift Tokenizer");
m_speculative_parser->poke();
#endif
for (;;) {
auto optional_token = m_tokenizer.next_token(stop_at_insertion_point);
if (!optional_token.has_value())