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 b717273..5bec7d5 100644
--- a/Lib/lib2to3/fixes/fix_reload.py
+++ b/Lib/lib2to3/fixes/fix_reload.py
@@ -26,7 +26,6 @@
             # 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.