From: Greg Ward Date: Mon, 11 Sep 2000 00:50:37 +0000 (+0000) Subject: Delete some debugging prints. X-Git-Tag: v2.0b2~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8fd7ba2c6a333993480a0a9f52332463de79b95f;p=thirdparty%2FPython%2Fcpython.git Delete some debugging prints. --- diff --git a/Lib/distutils/command/bdist_dumb.py b/Lib/distutils/command/bdist_dumb.py index 0fb8e83b2f8c..2da9c48795aa 100644 --- a/Lib/distutils/command/bdist_dumb.py +++ b/Lib/distutils/command/bdist_dumb.py @@ -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)