summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-04-10 01:31:58 (GMT)
committerGreg Ward <gward@python.net>2000-04-10 01:31:58 (GMT)
commit7aff6f34fe5af475dae2228402b849a5557dd53d (patch)
tree98cac3fe525067acbb3b61ed5f3622be437b99ff /Lib/distutils/command/build.py
parente9613ae05fb722ff8121b2762df24c06e510a73d (diff)
downloadcpython-7aff6f34fe5af475dae2228402b849a5557dd53d.zip
cpython-7aff6f34fe5af475dae2228402b849a5557dd53d.tar.gz
cpython-7aff6f34fe5af475dae2228402b849a5557dd53d.tar.bz2
Delete some debugging print statements.
Diffstat (limited to 'Lib/distutils/command/build.py')
-rw-r--r--Lib/distutils/command/build.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/build.py b/Lib/distutils/command/build.py
index bca0ece..7fb0b56 100644
--- a/Lib/distutils/command/build.py
+++ b/Lib/distutils/command/build.py
@@ -45,8 +45,6 @@ class build (Command):
def finalize_options (self):
- print "build.finalize: force=%s" % self.force
-
# Need this to name platform-specific directories, but sys.platform
# is not enough -- it only names the OS and version, not the
# hardware architecture!