mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibJS: Hide some debug output behind flags
This hides some Object.cpp output, as well as removing the "debugger" debug output.
This commit is contained in:
parent
449a1cf3a2
commit
5e971c91e3
Notes:
sideshowbarker
2024-07-19 05:04:56 +09:00
Author: https://github.com/mattco98
Commit: 5e971c91e3
Pull-request: https://github.com/SerenityOS/serenity/pull/2689
Reviewed-by: https://github.com/linusg
2 changed files with 21 additions and 1 deletions
|
@ -1969,7 +1969,7 @@ Value SequenceExpression::execute(Interpreter& interpreter, GlobalObject& global
|
|||
|
||||
Value DebuggerStatement::execute(Interpreter&, GlobalObject&) const
|
||||
{
|
||||
dbg() << "Sorry, no JavaScript debugger available (yet)!";
|
||||
// Sorry, no JavaScript debugger available (yet)!
|
||||
return js_undefined();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue