Commit 80d438ca by bergquist

chore(alerting): removes double logging

parent a230ff65
......@@ -137,7 +137,6 @@ func (e *DashAlertExtractor) GetAlerts() ([]*m.Alert, error) {
if err == nil && alert.ValidToSave() {
alerts = append(alerts, alert)
} else {
e.log.Error("Failed to extract alerts from dashboard", "error", err)
return nil, err
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment