summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-06-12 22:55:32 +0000
committercookedm <cookedm@localhost>2006-06-12 22:55:32 +0000
commitb5e35c7c5c715d58aca9638e40098d044b8b8dba (patch)
tree82f67e2327c0edb82d1a81f9bb62c3f0b1db59a3 /numpy
parent353954f03e20cfdcef94e5de8d50f59a2125a549 (diff)
downloadnumpy-b5e35c7c5c715d58aca9638e40098d044b8b8dba.tar.gz
Checkin another error I found and not checked in, in numpy.distutils.system_info
Diffstat (limited to 'numpy')
-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 056697df7..38ee14459 100644
--- a/numpy/distutils/system_info.py
+++ b/numpy/distutils/system_info.py
@@ -1094,7 +1094,6 @@ def get_atlas_version(**config):
if re.search(r'undefined symbol: ATL_buildinfo',o,re.M):
atlas_version = '3.2.1_pre3.3.6'
else:
- log.info('Command: %s',' '.join(cmd))
log.info('Status: %d', s)
log.info('Output: %s', o)
return atlas_version