Skip to content

Commit

Permalink
🟢 remove unused tracer
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus committed Jan 12, 2024
1 parent 5d96a15 commit 164464b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions explorer/query_hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ import (
"os"
"path"

"go.mondoo.com/cnquery/v10/logger"
"go.mondoo.com/cnquery/v10/mrn"

"go.mondoo.com/ranger-rpc"

"go.mondoo.com/cnquery/v10/logger"
"go.mondoo.com/ranger-rpc/codes"
"go.mondoo.com/ranger-rpc/status"
"go.opentelemetry.io/otel"
)

const (
Expand All @@ -26,8 +23,6 @@ const (
CollectionIDQueryPacks = "querypacks"
)

var tracer = otel.Tracer("go.mondoo.com/cnquery/v10/explorer")

func NewQueryPackMrn(namespace string, uid string) string {
m := &mrn.MRN{
ServiceName: RegistryServiceName,
Expand Down

0 comments on commit 164464b

Please sign in to comment.