From 2dad1d79aaac0ccf0deab4875761fc210d0a1817 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 12 Feb 2022 12:16:47 -0600 Subject: [PATCH] CMake: remove debug message --- tests/run_performance_tests.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run_performance_tests.cmake b/tests/run_performance_tests.cmake index 5727922957..8fe0b603dc 100644 --- a/tests/run_performance_tests.cmake +++ b/tests/run_performance_tests.cmake @@ -25,8 +25,6 @@ IF("${TESTING_ENVIRONMENT}" STREQUAL "whistler-node") SET(TESTING_ENVIRONMENT "heavy") ENDIF() -MESSAGE("${CTEST_SITE}") - # # Determine appropriate resource limits for performance tests: # -- 2.39.5