remove println (#41139)

This commit is contained in:
Will Browne 2021-11-01 14:55:07 +00:00 committed by GitHub
parent 124c3f537f
commit 8157d3564b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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