removed print statement in detect_python.py
parent
00eb24bcbd
commit
fea9de7109
|
@ -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'] = []
|
||||
|
|
Loading…
Reference in New Issue