mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove println (#41139)
This commit is contained in:
parent
124c3f537f
commit
8157d3564b
@ -37,7 +37,6 @@ func (e *DashAlertExtractor) lookupQueryDataSource(panel *simplejson.Json, panel
|
||||
datasource, ok := panelQuery.CheckGet("datasource")
|
||||
|
||||
if !ok {
|
||||
fmt.Printf("no query level data soure \n")
|
||||
datasource = panel.Get("datasource")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user