summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-07-07 09:14:09 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-07-07 09:14:09 +0000
commit64ae1e828eb59a5b9a507181fdfc8f6b1978dfdf (patch)
treecd064bf9d443a71b01bee18dfc3695ccf012554e
parent1ff9787f0ee04cdc23bfd66fcf55cd1350516ac1 (diff)
downloadnumpy-64ae1e828eb59a5b9a507181fdfc8f6b1978dfdf.tar.gz
Remove debug print committed by mistake.
-rw-r--r--numpy/core/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/SConscript b/numpy/core/SConscript
index caa8ebd37..a806bf7f2 100644
--- a/numpy/core/SConscript
+++ b/numpy/core/SConscript
@@ -409,5 +409,4 @@ if build_blasdot:
# "Install" the header in the build directory, so that in-place build works
for h in generated_headers:
- print h
env.Install(pjoin('$distutils_installdir', include_dir), h)