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:
		@@ -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")
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user