mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
This makes SerenityOS's IRC client a lot less chatty.
This commit is contained in:
parent
d897940e02
commit
e9d18e35d6
Notes:
sideshowbarker
2024-07-19 05:06:48 +09:00
Author: https://github.com/nico
Commit: e9d18e35d6
Pull-request: https://github.com/SerenityOS/serenity/pull/2710
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue