We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0613a4 + f03ed28 commit 9ae3191Copy full SHA for 9ae3191
2 files changed
main.go
@@ -230,7 +230,6 @@ func checkArgs(event *types.Event) (int, error) {
230
return sensu.CheckStateCritical, fmt.Errorf("--warning value can not be greater than or equal to --critical value")
231
}
232
for _, tagString := range plugin.ExtraTags {
233
- fmt.Println(tagString)
234
parts := strings.Split(tagString, `=`)
235
if len(parts) == 2 {
236
extraTags[parts[0]] = parts[1]
0 commit comments