removes verbose logging

This commit is contained in:
bergquist
2017-12-13 10:21:11 +01:00
parent fd633a1d5d
commit 0b6169b3f5

View File

@@ -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
}