Commit cb223ee5 by bergquist

removes commented code

parent ff610805
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment