mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 08:18:49 +00:00
LibWeb: Remove refusing to run script debug line
Many sites load application/json and application/ld+json content with script elements, so this debug line shows up on a lot of sites and is not informative.
This commit is contained in:
parent
7fb32b6682
commit
5c00e2bb7f
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/bplaat
Commit: 5c00e2bb7f
Pull-request: https://github.com/SerenityOS/serenity/pull/22672
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ void HTMLScriptElement::prepare_script()
|
|||
// 12. Otherwise, return. (No script is executed, and el's type is left as null.)
|
||||
else {
|
||||
VERIFY(m_script_type == ScriptType::Null);
|
||||
dbgln("HTMLScriptElement: Refusing to run script because the type '{}' is not recognized.", script_block_type);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue