summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2019-12-04 20:51:52 +0200
committerPauli Virtanen <pav@iki.fi>2019-12-04 20:55:07 +0200
commit80cf9fd93f2c1e361b8650c0eba96d21d4a588bc (patch)
tree01b1a8804c80d9b196cf472d93bc1251f6f96504
parentd3f6a7eddc68c9160db695106d196cebbc8d9fd4 (diff)
downloadnumpy-80cf9fd93f2c1e361b8650c0eba96d21d4a588bc.tar.gz
BUG: distutils: remove stray debug print
-rw-r--r--numpy/distutils/system_info.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py
index 1bc1b1391..fc2902b78 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -2062,7 +2062,6 @@ class openblas_info(blas_info):
%(calls)s
return 0;
}""") % dict(prototypes=prototypes, calls=calls)
- print(s)
src = os.path.join(tmpdir, 'source.c')
out = os.path.join(tmpdir, 'a.out')
# Add the additional "extra" arguments