Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a95f45

Browse files
committed
Remove the debug print that i accidentally left in.
1 parent 56ff5f7 commit 3a95f45

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/lib2to3/fixes/fix_reload.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def transform(self, node, results):
2626
# I feel like we should be able to express this logic in the
2727
# PATTERN above but I don't know how to do it so...
2828
obj = results['obj']
29-
print('obj:', repr(obj))
3029
if obj:
3130
if obj.type == self.syms.star_expr:
3231
return # Make no change.

0 commit comments

Comments
 (0)