Skip to content

Commit

Permalink
chore: remove display of agent states from fetchstatus function
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandMeppa committed Jan 22, 2025
1 parent e8935c9 commit 5645033
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wazuh-agent-status-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, ", ")

Expand Down

0 comments on commit 5645033

Please sign in to comment.