diff options
Diffstat (limited to 'Godeps/_workspace')
-rw-r--r-- | Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go b/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go index 6327e4c66..7291d58ba 100644 --- a/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go @@ -326,7 +326,6 @@ func (pow *Ethash) Search(block pow.Block, stop <-chan struct{}) (uint64, []byte for { select { case <-stop: - powlogger.Infoln("Breaking from mining") pow.HashRate = 0 return 0, nil, nil default: |