diff options
Diffstat (limited to 'Libraries/LibJS/Interpreter.cpp')
-rw-r--r-- | Libraries/LibJS/Interpreter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Libraries/LibJS/Interpreter.cpp b/Libraries/LibJS/Interpreter.cpp index e96ff48c09..d57b90f5c5 100644 --- a/Libraries/LibJS/Interpreter.cpp +++ b/Libraries/LibJS/Interpreter.cpp @@ -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) |