From f819d07516c449742193e2770c028155613b543c Mon Sep 17 00:00:00 2001 From: Allison Randal Date: Fri, 2 Dec 2005 21:10:21 +0000 Subject: [PATCH] Removing debug dump of AST. git-svn-id: https://svn.parrot.org/parrot/trunk@10317 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- languages/punie/punie.pir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"