From 80cf9fd93f2c1e361b8650c0eba96d21d4a588bc Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Wed, 4 Dec 2019 20:51:52 +0200 Subject: BUG: distutils: remove stray debug print --- numpy/distutils/system_info.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/distutils/system_info.py') 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 -- cgit v1.2.1