mirror of https://github.com/python/cpython
Remove the debug print that i accidentally left in.
This commit is contained in:
parent
56ff5f7298
commit
3a95f45a38
|
@ -26,7 +26,6 @@ class FixReload(fixer_base.BaseFix):
|
|||
# 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...
|
||||
obj = results['obj']
|
||||
print('obj:', repr(obj))
|
||||
if obj:
|
||||
if obj.type == self.syms.star_expr:
|
||||
return # Make no change.
|
||||
|
|
Loading…
Reference in New Issue