mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
removes commented code
This commit is contained in:
parent
ff6108051d
commit
cb223ee563
@ -22,23 +22,10 @@ import (
|
||||
)
|
||||
|
||||
type OpenTsdbExecutor struct {
|
||||
//*models.DataSource
|
||||
//httpClient *http.Client
|
||||
}
|
||||
|
||||
func NewOpenTsdbExecutor(datasource *models.DataSource) (tsdb.TsdbQueryEndpoint, error) {
|
||||
/*
|
||||
httpClient, err := datasource.GetHttpClient()
|
||||
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
*/
|
||||
|
||||
return &OpenTsdbExecutor{
|
||||
//DataSource: datasource,
|
||||
//httpClient: httpClient,
|
||||
}, nil
|
||||
return &OpenTsdbExecutor{}, nil
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user