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.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.py')
| -rw-r--r-- | Lib/distutils/command/build_py.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index d719cec..2a1fdd6 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -32,11 +32,9 @@ class build_py (Command): self.force = None def finalize_options (self): - print "build_py.finalize: force=%s" % self.force self.set_undefined_options ('build', ('build_lib', 'build_lib'), ('force', 'force')) - print "build_py.finalize: force=%s" % self.force # Get the distribution options that are aliases for build_py # options -- list of packages and list of modules. |
