mirror of
https://github.com/RGBCube/serenity
synced 2025-07-01 23:42:06 +00:00
LibJS: Remove unused {INTERPRETER,VM}_DEBUG
This commit is contained in:
parent
fe1628746c
commit
28552f3f36
4 changed files with 3 additions and 7 deletions
|
@ -40,8 +40,6 @@
|
|||
#include <LibJS/Runtime/SymbolObject.h>
|
||||
#include <LibJS/Runtime/Value.h>
|
||||
|
||||
//#define INTERPRETER_DEBUG
|
||||
|
||||
namespace JS {
|
||||
|
||||
NonnullOwnPtr<Interpreter> Interpreter::create_with_existing_global_object(GlobalObject& global_object)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue