diff --git a/wazuh-agent-status-client/main.go b/wazuh-agent-status-client/main.go index cc7fb7e..4e1d016 100644 --- a/wazuh-agent-status-client/main.go +++ b/wazuh-agent-status-client/main.go @@ -117,9 +117,6 @@ func fetchStatus() (string, string) { response = strings.TrimSuffix(response, "\n") - // Log the raw response for debugging - log.Printf("Raw response: %s", response) - // Split the string by comma parts := strings.Split(response, ", ")