Skip to content

Commit

Permalink
Logging not used in dhstore/pebble
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 7, 2023
1 parent ca4276d commit dc7421d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ import (
"io"

"github.com/cockroachdb/pebble"
logging "github.com/ipfs/go-log/v2"
"github.com/ipni/dhstore"
"github.com/multiformats/go-multicodec"
"github.com/multiformats/go-multihash"
)

var (
logger = logging.Logger("store/pebble")

_ dhstore.DHStore = (*PebbleDHStore)(nil)
)
var _ dhstore.DHStore = (*PebbleDHStore)(nil)

const (
encValueKeysCap = 5
Expand Down

0 comments on commit dc7421d

Please sign in to comment.