From 8859b7ec2988f640e72da85db8aa56149e0a44f8 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Tue, 21 Apr 2009 10:46:41 +0000 Subject: Remove print statements which should not have been committed. --- numpy/distutils/command/build_ext.py | 3 --- 1 file changed, 3 deletions(-) (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 f8ffc8545..2b114d4a7 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -399,9 +399,6 @@ class build_ext (old_build_ext): else: kws = {} - print "$$$$$$$$$$$$$$$$$$$$$$$", dir(self) - print "$$$$$$$$$$$$$$$$$$$$$$$", self.build_lib - print "is bootstrapping ?" linker(objects, ext_filename, libraries=libraries, library_dirs=library_dirs, -- cgit v1.2.1