Skip to content

Commit

Permalink
Removing debug dump of AST.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@10317 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
allisonrandal committed Dec 2, 2005
1 parent cc83ac2 commit f819d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/punie/punie.pir
Expand Up @@ -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"
Expand Down

0 comments on commit f819d07

Please sign in to comment.