Remove unused logger in provider

This commit is contained in:
Michael Avila 2019-05-22 14:04:59 -07:00
parent 4feff27a89
commit d73ae305d2
No known key found for this signature in database
GPG Key ID: EC20A5E4E97A5E1E

View File

@ -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