fix(alerting): added confirm modal in UI, when deleting alert

This commit is contained in:
Torkel Ödegaard
2016-09-30 13:00:16 +02:00
parent 24a25453f6
commit fe4a0a98c1
2 changed files with 15 additions and 5 deletions

View File

@@ -144,7 +144,6 @@ func (e *Engine) handleResponse(result *EvalContext) {
}
}()
e.log.Info("rule", "nil", result.Rule == nil)
e.log.Debug("Alert Rule Result", "ruleId", result.Rule.Id, "firing", result.Firing)
e.resultHandler.Handle(result)
}