Commit 445af86d authored by Greg Ward's avatar Greg Ward

Delete some debugging prints.

parent 9a1e68da
......@@ -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)
......
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