From 3040296beb3a8ca991b738a83df0af7bddde2ac6 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sun, 5 Apr 2015 18:00:22 +0200 Subject: updated ethash. closes 646 --- Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go | 1 - 1 file changed, 1 deletion(-) (limited to 'Godeps/_workspace') 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: -- cgit v1.2.3