Adjust showtree() calls

This commit is contained in:
rocky
2018-05-13 14:23:52 -04:00
parent 4c74bf1d9d
commit 189605ea2c
3 changed files with 3 additions and 4 deletions

View File

@@ -2163,7 +2163,6 @@ class SourceWalker(GenericASTTraversal, object):
except (python_parser.ParserError, AssertionError) as e:
raise ParserError(e, tokens)
# from trepan.api import debug; debug()
maybe_show_tree(self, ast)
checker(ast, False, self.ast_errors)