mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:37:35 +00: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);
|
program->dump(0);
|
||||||
|
|
||||||
auto result = interpreter.run(*program);
|
auto result = interpreter.run(*program);
|
||||||
dbg() << "Interpreter returned " << result;
|
|
||||||
|
|
||||||
if (print_last_result)
|
if (print_last_result)
|
||||||
printf("%s\n", result.to_string().characters());
|
printf("%s\n", result.to_string().characters());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue