From 615e41240c0083de10d938f28834d0933ea27bdc Mon Sep 17 00:00:00 2001 From: liaogang Date: Fri, 3 Mar 2017 14:55:16 +0800 Subject: [PATCH] remove comment messages --- cmake/coverallsGcovJsons.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/coverallsGcovJsons.cmake b/cmake/coverallsGcovJsons.cmake index 7dfe0c8bf9b..ad9a10cb861 100644 --- a/cmake/coverallsGcovJsons.cmake +++ b/cmake/coverallsGcovJsons.cmake @@ -117,8 +117,6 @@ message("===============================") # (The directories the .gcda files and .o files are found in) # and run gcov on those. foreach(GCDA ${GCDA_FILES}) - # message("Process: ${GCDA}") - # message("------------------------------------------------------------------------------") get_filename_component(GCDA_DIR ${GCDA} PATH) # @@ -384,7 +382,6 @@ foreach(NOT_COVERED_SRC ${COVERAGE_SRCS_REMAINING}) set(GCOV_FILE_COVERAGE "${GCOV_FILE_COVERAGE}]") # Generate the final JSON for this file. - # message("Generate JSON for non-gcov file: ${NOT_COVERED_SRC}...") string(CONFIGURE ${SRC_FILE_TEMPLATE} FILE_JSON) set(JSON_GCOV_FILES "${JSON_GCOV_FILES}${FILE_JSON}, ") endforeach() -- GitLab