python: remove debug statements from FindPythonInterp.cmake.

This commit is contained in:
Clinton Stimpson 2013-10-24 08:16:50 -06:00
parent 8c0bbd37df
commit 49c4699d30
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ else()
set(_PYTHON_FIND_OTHER_VERSIONS ${_PYTHON3_VERSIONS} ${_PYTHON2_VERSIONS} ${_PYTHON1_VERSIONS})
endif()
message(STATUS "names ${_Python_NAMES}")
message(STATUS "other versions ${_PYTHON_FIND_OTHER_VERSIONS}")
list(APPEND _Python_NAMES python)
# Search for the current active python version first