mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
Remove unused logger in provider
This commit is contained in:
parent
4feff27a89
commit
d73ae305d2
@ -3,11 +3,8 @@ package provider
|
||||
import (
|
||||
"context"
|
||||
"github.com/ipfs/go-cid"
|
||||
logging "github.com/ipfs/go-log"
|
||||
)
|
||||
|
||||
var log = logging.Logger("provider")
|
||||
|
||||
// Provider announces blocks to the network
|
||||
type Provider interface {
|
||||
// Run is used to begin processing the provider work
|
||||
|
||||
Loading…
Reference in New Issue
Block a user