summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-08-27 19:33:25 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-08-27 19:33:25 +0000
commit7134947e9d1aeff12cd2a74aa8c7af2111db5d88 (patch)
tree395d2b04d97a27c6989df35d558c0799cd1a82e0 /numpy/distutils/command
parentaa24bc54459a5d31e732d0013ac5ff33fc2c240a (diff)
downloadnumpy-7134947e9d1aeff12cd2a74aa8c7af2111db5d88.tar.gz
Remove debug print in scons command.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/scons.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py
index a7d5ac9c7..28fb5cb03 100644
--- a/numpy/distutils/command/scons.py
+++ b/numpy/distutils/command/scons.py
@@ -392,7 +392,6 @@ class scons(old_build_ext):
# nothing to do, just leave it here.
return
- print "is bootstrapping ? %s" % is_bootstrapping()
# XXX: when a scons script is missing, scons only prints warnings, and
# does not return a failure (status is 0). We have to detect this from
# distutils (this cannot work for recursive scons builds...)