aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/state_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/state_manager.go')
-rw-r--r--ethchain/state_manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethchain/state_manager.go b/ethchain/state_manager.go
index 072fabc0e..02d0345d7 100644
--- a/ethchain/state_manager.go
+++ b/ethchain/state_manager.go
@@ -157,7 +157,7 @@ func (sm *StateManager) ProcessBlock(block *Block, dontReact bool) error {
hash := block.Hash()
if sm.bc.HasBlock(hash) {
- fmt.Println("[STATE] We already have this block, ignoring")
+ //fmt.Println("[STATE] We already have this block, ignoring")
return nil
}