Skip to content

Commit

Permalink
zimbraHealth: remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Jan 12, 2025
1 parent 452683e commit 410f4c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zimbraHealth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ func CheckZimbraServices() {
serviceStatus = "Running"
}

fmt.Println(serviceName)
fmt.Println(serviceStatus)

zimbraServices = append(zimbraServices, serviceName)

if serviceStatus == "Running" {
Expand Down

0 comments on commit 410f4c0

Please sign in to comment.