Ver Fonte

python: remove debug statements from FindPythonInterp.cmake.

Clinton Stimpson há 12 anos atrás
pai
commit
49c4699d30
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      Modules/FindPythonInterp.cmake

+ 0 - 2
Modules/FindPythonInterp.cmake

@@ -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