mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore(alerting): removes double logging
This commit is contained in:
parent
a230ff65a9
commit
80d438ca49
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user