mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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
|
||||
# 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…
Add table
Add a link
Reference in a new issue