]> granicus.if.org Git - python/commitdiff
Remove unconditional debugging prints.
authorThomas Heller <theller@ctypes.org>
Tue, 9 Apr 2002 14:16:07 +0000 (14:16 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 9 Apr 2002 14:16:07 +0000 (14:16 +0000)
Lib/distutils/command/bdist.py

index 68609f346ae18fc79396686f08a457a38b230286..99f7d95e5ac70f28e50d32792956f3fec01b9034 100644 (file)
@@ -131,9 +131,6 @@ class bdist (Command):
             if cmd_name not in self.no_format_option:
                 sub_cmd.format = self.formats[i]
 
-            print ("bdist.run: format=%s, command=%s, rest=%s" %
-                   (self.formats[i], cmd_name, commands[i+1:]))
-
             # If we're going to need to run this command again, tell it to
             # keep its temporary files around so subsequent runs go faster.
             if cmd_name in commands[i+1:]: