summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2002-04-09 14:16:07 (GMT)
committerThomas Heller <theller@ctypes.org>2002-04-09 14:16:07 (GMT)
commit4c7fb96b7a5e86fe23bb28cfee620ea616eec710 (patch)
treee3fa26f07ecdbdbaf64c6fa1924c1346c248812c /Lib/distutils
parentfd0e82a38507614a349571604c3050b6642e71e3 (diff)
downloadcpython-4c7fb96b7a5e86fe23bb28cfee620ea616eec710.zip
cpython-4c7fb96b7a5e86fe23bb28cfee620ea616eec710.tar.gz
cpython-4c7fb96b7a5e86fe23bb28cfee620ea616eec710.tar.bz2
Remove unconditional debugging prints.
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/command/bdist.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py
index 68609f3..99f7d95 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:]: