removes verbose logging

pull/10192/head
bergquist 8 years ago
parent fd633a1d5d
commit 0b6169b3f5
  1. 2
      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
}

Loading…
Cancel
Save