Skip to content

Commit 4b5c3bc

Browse files
authored
Merge pull request #62 from cogito123/master
Get rid of printing AST from parse()
2 parents 1f8a419 + 2216bdc commit 4b5c3bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

luaparser/ast.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def parse(source: str) -> Chunk:
2828
else:
2929
v = BuilderVisitor(token_stream)
3030
val = v.visit(tree)
31-
print(val)
3231
return val
3332

3433

0 commit comments

Comments
 (0)