Skip to content

Commit ffee0d7

Browse files
committed
fix pushover alerting
1 parent 7a7c7e4 commit ffee0d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/logrus/hooks/pushover/pushover.go

-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ func (p *PushoverHook) Fire(entry *logrus.Entry) error {
7575
if err != nil {
7676
return fmt.Errorf("Could not send message to Pushover API: %s", err)
7777
}
78-
fmt.Printf("Message from PUSHOVER is send!!, %s, %d", entry.Data["type"].(string), pr)
7978
return nil
8079
}

0 commit comments

Comments
 (0)