removed print statement in detect_python.py

metadata
Wenzel Jakob 2013-11-11 06:15:52 -05:00
parent 00eb24bcbd
commit fea9de7109
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ def detect_python():
if len(flags) == 0:
continue
boost_libname = find_boost_python(version)
print(boost_libname)
if boost_libname == None:
continue
pyenv['PYTHON' + version + 'INCLUDE'] = []