Remove some xtra logs

This commit is contained in:
Maran
2014-03-24 10:56:52 +01:00
parent 97786d03d5
commit ec6ec62dd4
3 changed files with 3 additions and 6 deletions

View File

@ -214,9 +214,6 @@ func (sm *StateManager) CalculateTD(block *Block) bool {
// The new TD will only be accepted if the new difficulty is
// is greater than the previous.
fmt.Println("new block td:", td)
fmt.Println("cur block td:", sm.bc.TD)
if td.Cmp(sm.bc.TD) > 0 {
// Set the new total difficulty back to the block chain
sm.bc.SetTotalDifficulty(td)