From 8ab21f91877f225086fd1ad56fa0dea6f4a33095 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 8 Feb 2017 16:21:34 +0300 Subject: [PATCH] Remove unnecessary CMake trace. --- tools/PyConsole/src/python/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/PyConsole/src/python/CMakeLists.txt b/tools/PyConsole/src/python/CMakeLists.txt index 1d2ee2106..ab5ccd929 100644 --- a/tools/PyConsole/src/python/CMakeLists.txt +++ b/tools/PyConsole/src/python/CMakeLists.txt @@ -49,7 +49,6 @@ PYQT_WRAP_SIP(_sip_SOURCES ${_sip_files}) # sources / to compile SET(PyConsolePy_SOURCES ${_sip_SOURCES}) -message("PyConsolePy_SOURCES = ${PyConsolePy_SOURCES}") # --- rules --- -- 2.39.2