mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
js: Remove debug message about what the interpreter returned
If you want to see what the interpreter returned, use "js -l" :^)
This commit is contained in:
parent
e34fe556ca
commit
2fc56abd4b
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ int main(int argc, char** argv)
|
|||
program->dump(0);
|
||||
|
||||
auto result = interpreter.run(*program);
|
||||
dbg() << "Interpreter returned " << result;
|
||||
|
||||
if (print_last_result)
|
||||
printf("%s\n", result.to_string().characters());
|
||||
|
|
Loading…
Add table
Reference in a new issue