diff options
author | David Cournapeau <cournape@gmail.com> | 2009-08-27 19:33:25 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-08-27 19:33:25 +0000 |
commit | 7134947e9d1aeff12cd2a74aa8c7af2111db5d88 (patch) | |
tree | 395d2b04d97a27c6989df35d558c0799cd1a82e0 /numpy/distutils/command | |
parent | aa24bc54459a5d31e732d0013ac5ff33fc2c240a (diff) | |
download | numpy-7134947e9d1aeff12cd2a74aa8c7af2111db5d88.tar.gz |
Remove debug print in scons command.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r-- | numpy/distutils/command/scons.py | 1 |
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...) |