Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Chu committed Oct 15, 2019
1 parent eea38c5 commit 931b349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mycpp/cppgen_pass.py
Expand Up @@ -265,7 +265,6 @@ def visit_mypy_file(self, o: 'mypy.nodes.MypyFile') -> T:

self.log('defs %s', o.defs)
for node in o.defs:
log('def %s', node)
# skip module docstring
if (isinstance(node, ExpressionStmt) and
isinstance(node.expr, StrExpr)):
Expand Down

0 comments on commit 931b349

Please sign in to comment.