mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
rm print
This commit is contained in:
parent
6a1a2404ae
commit
a39dc73c18
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ def check_ast(inp, run=True, mode='eval', debug_level=0):
|
|||
__tracebackhide__ = True
|
||||
# expect a Python AST
|
||||
exp = ast.parse(inp, mode=mode)
|
||||
print(pdump(exp))
|
||||
# observe something from xonsh
|
||||
obs = PARSER.parse(inp, debug_level=debug_level)
|
||||
# Check that they are equal
|
||||
|
|
Loading…
Add table
Reference in a new issue