mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 21:04:29 +08:00
Remove debug print statement
This commit is contained in:
@@ -959,7 +959,6 @@ class _CompForRule(_CheckAssignmentRule):
|
||||
|
||||
def is_issue(self, node):
|
||||
expr_list = node.children[1]
|
||||
print(expr_list)
|
||||
if expr_list.type != 'expr_list': # Already handled.
|
||||
self._check_assignment(expr_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user