Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fd7ba2

Browse files
committed
Delete some debugging prints.
1 parent 20283e5 commit 8fd7ba2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/distutils/command/bdist_dumb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ def run (self):
8282
# pseudo-installation tree.
8383
archive_basename = "%s.%s" % (self.distribution.get_fullname(),
8484
self.plat_name)
85-
print "self.bdist_dir = %s" % self.bdist_dir
86-
print "self.format = %s" % self.format
8785
self.make_archive (os.path.join(self.dist_dir, archive_basename),
8886
self.format,
8987
root_dir=self.bdist_dir)

0 commit comments

Comments
 (0)