removed log

This commit is contained in:
obscuren 2015-02-23 19:25:41 +01:00
parent eec4345a7c
commit 0b57bad2de
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ func (self *ChainManager) GetBlockHashesFromHash(hash []byte, max uint64) (chain
break break
} }
} }
fmt.Printf("get hash %x (%d)\n", hash, len(chain))
return return
} }