diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json
index bc7ece0216d64daa75cff7822f6192b684633539..3b04c5e113505b9489d02fadecdfea148bb5ad73 100644
--- a/Godeps/Godeps.json
+++ b/Godeps/Godeps.json
@@ -22,8 +22,8 @@
 		},
 		{
 			"ImportPath": "github.com/ethereum/ethash",
-			"Comment": "v23.1-72-g0ac34ad",
-			"Rev": "0ac34ad51ef0ffdae66b344603bb4e9e2a149b2a"
+			"Comment": "v23.1-73-g67a0e12",
+			"Rev": "67a0e12a091de035ef083186247e84be2d863c62"
 		},
 		{
 			"ImportPath": "github.com/ethereum/serpent-go",
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go b/Godeps/_workspace/src/github.com/ethereum/ethash/ethash.go
index 6327e4c665a0b42e5b09df39dea7a0f87a2481bd..7291d58baa4d9b8c8bc043657b58163df1c70eda 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: