Removed some logging and refactored a bit

This commit is contained in:
obscuren
2014-05-21 14:00:13 +02:00
parent 86cf69648e
commit f5852b47d1
2 changed files with 46 additions and 48 deletions

View File

@ -29,7 +29,7 @@ func (pow *EasyPow) Search(block *Block, reactChan chan ethutil.React) []byte {
for {
select {
case <-reactChan:
ethutil.Config.Log.Infoln("[POW] Received reactor event; breaking out.")
//ethutil.Config.Log.Infoln("[POW] Received reactor event; breaking out.")
return nil
default:
i++