Skip to content

Commit

Permalink
Removed unnesesary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
obenjiro committed Jun 22, 2016
1 parent bdb085d commit 61165c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simplepeg/speg_visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class SPEG_actions_visitor(object):
def __init__(self, actions):
self.actions = actions
def visit(self, node):
if not node:
print 1
if node.children:
children = [self.visit(child) for child in node.children]
node.children = children
Expand Down

0 comments on commit 61165c3

Please sign in to comment.