Skip to content

Commit

Permalink
Remove unused strategic providing feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelavila committed May 6, 2019
1 parent b47b4aa commit c6cefbb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ import (
logging "github.com/ipfs/go-log"
)

var (
// StrategicProvidingEnabled toggles between the original providing mechanism
// and the new strategic providing system
StrategicProvidingEnabled = false

log = logging.Logger("provider")
)
var log = logging.Logger("provider")

// Provider announces blocks to the network
type Provider interface {
Expand Down

2 comments on commit c6cefbb

@GitCop
Copy link

@GitCop GitCop commented on c6cefbb May 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

@GitCop
Copy link

@GitCop GitCop commented on c6cefbb May 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.