Remove unused debug logging
This commit is contained in:
@@ -3,6 +3,7 @@ package datasource
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
|
|
||||||
"github.com/alexanderzobnin/grafana-zabbix/pkg/httpclient"
|
"github.com/alexanderzobnin/grafana-zabbix/pkg/httpclient"
|
||||||
"github.com/alexanderzobnin/grafana-zabbix/pkg/settings"
|
"github.com/alexanderzobnin/grafana-zabbix/pkg/settings"
|
||||||
"github.com/alexanderzobnin/grafana-zabbix/pkg/zabbix"
|
"github.com/alexanderzobnin/grafana-zabbix/pkg/zabbix"
|
||||||
@@ -103,7 +104,6 @@ func (ds *ZabbixDatasource) CheckHealth(ctx context.Context, req *backend.CheckH
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (ds *ZabbixDatasource) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error) {
|
func (ds *ZabbixDatasource) QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.QueryDataResponse, error) {
|
||||||
ds.logger.Debug("QueryData()")
|
|
||||||
qdr := backend.NewQueryDataResponse()
|
qdr := backend.NewQueryDataResponse()
|
||||||
|
|
||||||
zabbixDS, err := ds.getDSInstance(req.PluginContext)
|
zabbixDS, err := ds.getDSInstance(req.PluginContext)
|
||||||
|
|||||||
Reference in New Issue
Block a user