summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_ext.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-04-21 10:46:41 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-04-21 10:46:41 +0000
commit8859b7ec2988f640e72da85db8aa56149e0a44f8 (patch)
treee6e11448daf373c1e147f66d9b6676d35e9e1a34 /numpy/distutils/command/build_ext.py
parent4418fa67db0f807405f8f326ddc50c7ac47f247c (diff)
downloadnumpy-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.py3
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,