mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Remove the debug print that i accidentally left in.
This commit is contained in:
commit
fc3f7d5677
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class FixReload(fixer_base.BaseFix):
|
||||||
# I feel like we should be able to express this logic in the
|
# I feel like we should be able to express this logic in the
|
||||||
# PATTERN above but I don't know how to do it so...
|
# PATTERN above but I don't know how to do it so...
|
||||||
obj = results['obj']
|
obj = results['obj']
|
||||||
print('obj:', repr(obj))
|
|
||||||
if obj:
|
if obj:
|
||||||
if obj.type == self.syms.star_expr:
|
if obj.type == self.syms.star_expr:
|
||||||
return # Make no change.
|
return # Make no change.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue