Removed debugging

This commit is contained in:
obscuren
2015-04-04 18:29:11 +02:00
parent 7a18a39351
commit eff6a43419
2 changed files with 0 additions and 9 deletions

View File

@@ -622,8 +622,6 @@ func (self *BlockPool) AddBlock(block *types.Block, peerId string) {
entry := self.get(hash)
fmt.Println("block number", block.Number())
defer fmt.Println("AddBlock done")
// a peer's current head block is appearing the first time
if hash == sender.currentBlockHash {
if sender.currentBlock == nil {