diff options
Diffstat (limited to 'numpy')
-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...) |