From 179b191f709ef581f11dd70e0e0e8aa4b575117c Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Mon, 24 Jul 2023 16:08:47 +0000 Subject: [PATCH] chore(cmake): cleanup comment Signed-off-by: Jason Dellaluce Co-authored-by: Rohith Raju --- cmake/modules/rules.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/modules/rules.cmake b/cmake/modules/rules.cmake index 80e1dbc3..a04adc0b 100644 --- a/cmake/modules/rules.cmake +++ b/cmake/modules/rules.cmake @@ -36,8 +36,6 @@ if(NOT DEFINED FALCO_ETC_DIR) set(FALCO_ETC_DIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}/falco") endif() -message(STATUS "EHHEHEHEHEHE ${CMAKE_INSTALL_FULL_SYSCONFDIR}, ${FALCO_ETC_DIR}") - if(NOT DEFINED FALCO_RULES_DEST_FILENAME) set(FALCO_RULES_DEST_FILENAME "falco_rules.yaml") set(FALCO_LOCAL_RULES_DEST_FILENAME "falco_rules.local.yaml")