mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
This makes SerenityOS's IRC client a lot less chatty.
This commit is contained in:
committed by
Andreas Kling
parent
d897940e02
commit
e9d18e35d6
@@ -80,7 +80,9 @@ void HTMLDocumentParser::run(const URL& url)
|
||||
process_using_the_rules_for(m_insertion_mode, token);
|
||||
|
||||
if (m_stop_parsing) {
|
||||
#ifdef PARSER_DEBUG
|
||||
dbg() << "Stop parsing! :^)";
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user