mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +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:
committed by
Andreas Kling
parent
449a1cf3a2
commit
5e971c91e3
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user