diff options
| author | Greg Ward <gward@python.net> | 2000-04-10 01:31:58 (GMT) |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-04-10 01:31:58 (GMT) |
| commit | 7aff6f34fe5af475dae2228402b849a5557dd53d (patch) | |
| tree | 98cac3fe525067acbb3b61ed5f3622be437b99ff /Lib/distutils/command/build.py | |
| parent | e9613ae05fb722ff8121b2762df24c06e510a73d (diff) | |
| download | cpython-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.py | 2 |
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! |
