Delete some debugging prints.

This commit is contained in:
Greg Ward 2000-09-11 00:50:37 +00:00
parent 20283e5cc3
commit 8fd7ba2c6a

View file

@ -82,8 +82,6 @@ class bdist_dumb (Command):
# pseudo-installation tree. # pseudo-installation tree.
archive_basename = "%s.%s" % (self.distribution.get_fullname(), archive_basename = "%s.%s" % (self.distribution.get_fullname(),
self.plat_name) 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.make_archive (os.path.join(self.dist_dir, archive_basename),
self.format, self.format,
root_dir=self.bdist_dir) root_dir=self.bdist_dir)