Kaydet (Commit) 4c7fb96b authored tarafından Thomas Heller's avatar Thomas Heller

Remove unconditional debugging prints.

üst fd0e82a3
......@@ -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:]:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment