diff --git a/languages/punie/punie.pir b/languages/punie/punie.pir index 0978dd3d4c..393b11e9c6 100644 --- a/languages/punie/punie.pir +++ b/languages/punie/punie.pir @@ -67,7 +67,7 @@ single digit, in the form of: unless $I0 goto err_no_ast # if AST fails stop # print "\n\nAST tree dump:\n" - ast.dump() +# ast.dump() # Compile the abstract syntax tree down to an opcode syntax tree load_bytecode "languages/punie/lib/POST.pir"