We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f8a419 + 2216bdc commit 4b5c3bcCopy full SHA for 4b5c3bc
1 file changed
luaparser/ast.py
@@ -28,7 +28,6 @@ def parse(source: str) -> Chunk:
28
else:
29
v = BuilderVisitor(token_stream)
30
val = v.visit(tree)
31
- print(val)
32
return val
33
34
0 commit comments