diff options
author | Robert Kern <robert.kern@gmail.com> | 2006-02-09 19:06:53 +0000 |
---|---|---|
committer | Robert Kern <robert.kern@gmail.com> | 2006-02-09 19:06:53 +0000 |
commit | f5209cbd46b7d6ad0a0960630189670adb2b3ccb (patch) | |
tree | 3cd4cfd09927195b2b01209f0ec9a8a2c9424f8f /numpy/distutils/command/build_ext.py | |
parent | ddf6e61b8c92311ec3215252aa117fd7fdaaf8ef (diff) | |
download | numpy-f5209cbd46b7d6ad0a0960630189670adb2b3ccb.tar.gz |
Back out mistaken commit
Diffstat (limited to 'numpy/distutils/command/build_ext.py')
-rw-r--r-- | numpy/distutils/command/build_ext.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py index 028f3d7f7..735daa6ed 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -99,7 +99,6 @@ class build_ext (old_build_ext): self.fcompiler.customize_cmd(self) self.fcompiler.show_customization() else: - print self.fcompiler.get_version() self.warn('fcompiler=%s is not available.' % (self.fcompiler.compiler_type)) self.fcompiler = None |