Explorar el Código

removes commented code

bergquist hace 8 años
padre
commit
e6921a6a01
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      pkg/tsdb/models/proxy/interface.go

+ 0 - 4
pkg/tsdb/models/proxy/interface.go

@@ -8,10 +8,6 @@ import (
 	"google.golang.org/grpc"
 )
 
-// var PluginMap = map[string]plugin.Plugin{
-// 	"tsdb_mock": &TsdbPluginImpl{},
-// }
-
 type TsdbPlugin interface {
 	Query(ctx context.Context, req *proto.TsdbQuery) (*proto.Response, error)
 }