diff options
author | Travis Oliphant <oliphant@enthought.com> | 2007-09-20 02:59:49 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2007-09-20 02:59:49 +0000 |
commit | 2ce8e59aca0b5db97c170894f728095d58433aca (patch) | |
tree | 00b0becee164ea2c06e9953670d7c9d201a59db8 /numpy/distutils/cpuinfo.py | |
parent | 1f501ab820a4dbf0bd9fe040dd447884af1947b0 (diff) | |
download | numpy-2ce8e59aca0b5db97c170894f728095d58433aca.tar.gz |
Get rid of print statement.
Diffstat (limited to 'numpy/distutils/cpuinfo.py')
-rw-r--r-- | numpy/distutils/cpuinfo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/cpuinfo.py b/numpy/distutils/cpuinfo.py index 1a182eace..5e6e1539f 100644 --- a/numpy/distutils/cpuinfo.py +++ b/numpy/distutils/cpuinfo.py @@ -524,7 +524,6 @@ class win32_cpuinfo(cpuinfo_base): break else: pnum+=1 - print proc info.append({"Processor":proc}) phnd=_winreg.OpenKey(chnd,proc) pidx=0 |