Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20283e5 commit 8fd7ba2Copy full SHA for 8fd7ba2
1 file changed
Lib/distutils/command/bdist_dumb.py
@@ -82,8 +82,6 @@ def run (self):
82
# pseudo-installation tree.
83
archive_basename = "%s.%s" % (self.distribution.get_fullname(),
84
self.plat_name)
85
- print "self.bdist_dir = %s" % self.bdist_dir
86
- print "self.format = %s" % self.format
87
self.make_archive (os.path.join(self.dist_dir, archive_basename),
88
self.format,
89
root_dir=self.bdist_dir)
0 commit comments