diff --git a/utils/logrus/hooks/pushover/pushover.go b/utils/logrus/hooks/pushover/pushover.go index 3ac2e7860..b21c0d86f 100644 --- a/utils/logrus/hooks/pushover/pushover.go +++ b/utils/logrus/hooks/pushover/pushover.go @@ -75,6 +75,5 @@ func (p *PushoverHook) Fire(entry *logrus.Entry) error { if err != nil { return fmt.Errorf("Could not send message to Pushover API: %s", err) } - fmt.Printf("Message from PUSHOVER is send!!, %s, %d", entry.Data["type"].(string), pr) return nil }