mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Remove unconditional debugging prints.
This commit is contained in:
parent
fd0e82a385
commit
4c7fb96b7a
1 changed files with 0 additions and 3 deletions
|
@ -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:]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue