diff --git a/pkg/services/alerting/notifier.go b/pkg/services/alerting/notifier.go index 3f44d01575b..32bece31820 100644 --- a/pkg/services/alerting/notifier.go +++ b/pkg/services/alerting/notifier.go @@ -47,8 +47,6 @@ func (n *notificationService) SendIfNeeded(context *EvalContext) error { return err } - n.log.Info("Sending notifications for", "ruleId", context.Rule.Id, "sent count", len(notifiers)) - if len(notifiers) == 0 { return nil }