Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f57b42

Browse files
committed
MAINT: remove debug print statement
1 parent 852cd10 commit 0f57b42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

numpy/core/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ def check_prec(prec):
238238
fp.close()
239239
precname = {'f':'FLOAT', '':'DOUBLE', 'l':'LONGDOUBLE'}[prec]
240240
for f in exists:
241-
print("ERIC1")
242241
body = obody.replace('PYTESTPRECISION', precname).replace('PYTESTFUNC', f.upper())
243242
if config.try_run(body, libraries=mathlibs):
244243
priv.append((fname2def(f + prec), 1))

0 commit comments

Comments
 (0)