diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-21 10:46:41 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-21 10:46:41 +0000 |
commit | 8859b7ec2988f640e72da85db8aa56149e0a44f8 (patch) | |
tree | e6e11448daf373c1e147f66d9b6676d35e9e1a34 /numpy/distutils/command/build_ext.py | |
parent | 4418fa67db0f807405f8f326ddc50c7ac47f247c (diff) | |
download | numpy-8859b7ec2988f640e72da85db8aa56149e0a44f8.tar.gz |
Remove print statements which should not have been committed.
Diffstat (limited to 'numpy/distutils/command/build_ext.py')
-rw-r--r-- | numpy/distutils/command/build_ext.py | 3 |
1 files changed, 0 insertions, 3 deletions
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, |