From: Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) Date: Sun, 11 Sep 2016 03:39:36 +0000 (-0700) Subject: Remove the debug print that i accidentally left in. X-Git-Tag: v3.6.0b1~69^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a95f45a38dad10fd69b3bd48c8754da431d0ef1;p=python Remove the debug print that i accidentally left in. --- diff --git a/Lib/lib2to3/fixes/fix_reload.py b/Lib/lib2to3/fixes/fix_reload.py index b71727377b..5bec7d5363 100644 --- a/Lib/lib2to3/fixes/fix_reload.py +++ b/Lib/lib2to3/fixes/fix_reload.py @@ -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.