mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Delete some debugging prints.
This commit is contained in:
parent
20283e5cc3
commit
8fd7ba2c6a
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ class bdist_dumb (Command):
|
|||
# pseudo-installation tree.
|
||||
archive_basename = "%s.%s" % (self.distribution.get_fullname(),
|
||||
self.plat_name)
|
||||
print "self.bdist_dir = %s" % self.bdist_dir
|
||||
print "self.format = %s" % self.format
|
||||
self.make_archive (os.path.join(self.dist_dir, archive_basename),
|
||||
self.format,
|
||||
root_dir=self.bdist_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue