summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2013-11-11 17:02:17 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commitdabe7884f5c65ec2a87298c804d6f6442a19c526 (patch)
tree0a4f6b1c95a1c9455a84a7733a0d4f17bfba01f5
parent5071b9bbcf43c025ef2e34e4043fc2fa4775f82d (diff)
downloadchroma-dabe7884f5c65ec2a87298c804d6f6442a19c526.tar.gz
chroma-dabe7884f5c65ec2a87298c804d6f6442a19c526.tar.bz2
chroma-dabe7884f5c65ec2a87298c804d6f6442a19c526.zip
remove print statement from setup.py
-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)