summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9afd66b..e3c3e70 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,6 @@ extra_objects = []
if 'VIRTUAL_ENV' in os.environ:
boost_lib = os.path.join(os.environ['VIRTUAL_ENV'],'lib','libboost_python.so')
- print boost_lib
if os.path.exists(boost_lib):
# use local copy of boost
extra_objects.append(boost_lib)