From: Thomas Heller Date: Tue, 9 Apr 2002 14:16:07 +0000 (+0000) Subject: Remove unconditional debugging prints. X-Git-Tag: v2.3c1~6082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c7fb96b7a5e86fe23bb28cfee620ea616eec710;p=python Remove unconditional debugging prints. --- diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py index 68609f346a..99f7d95e5a 100644 --- a/Lib/distutils/command/bdist.py +++ b/Lib/distutils/command/bdist.py @@ -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:]: