Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Jul 1, 2022
1 parent ccb0c4d commit 0f38042
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions obs/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ import (
"context"
"strings"

logging "github.com/ipfs/go-log/v2"
rcmgr "github.com/libp2p/go-libp2p-resource-manager"
"go.opencensus.io/stats"
"go.opencensus.io/stats/view"
"go.opencensus.io/tag"
)

var log = logging.Logger("rcmgrObs")

var (
conns = stats.Int64("connections", "Number of Connections", stats.UnitDimensionless)

Expand Down

0 comments on commit 0f38042

Please sign in to comment.