]> granicus.if.org Git - python/commitdiff
Remove the debug print that i accidentally left in.
authorGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sun, 11 Sep 2016 03:39:36 +0000 (20:39 -0700)
committerGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org>
Sun, 11 Sep 2016 03:39:36 +0000 (20:39 -0700)
Lib/lib2to3/fixes/fix_reload.py

index b71727377b086f585e9397f1ebdc6346aafdd378..5bec7d53638283611a725bf13c974f7e588334ac 100644 (file)
@@ -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.