From f5209cbd46b7d6ad0a0960630189670adb2b3ccb Mon Sep 17 00:00:00 2001 From: Robert Kern Date: Thu, 9 Feb 2006 19:06:53 +0000 Subject: Back out mistaken commit --- numpy/distutils/command/build_ext.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/distutils/command/build_ext.py') 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 -- cgit v1.2.1