From 49c4699d301b73f1f2c3b40c463ffad65660f8a3 Mon Sep 17 00:00:00 2001 From: Clinton Stimpson Date: Thu, 24 Oct 2013 08:16:50 -0600 Subject: [PATCH] python: remove debug statements from FindPythonInterp.cmake. --- Modules/FindPythonInterp.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index 6126a48f6..8da848c4e 100644 --- a/Modules/FindPythonInterp.cmake +++ b/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