Skip to content

Commit 2f99989

Browse files
committed
remove annoying trace
1 parent 4f250dc commit 2f99989

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/block_validator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ func (v *BlockValidator) ValidateBody(block *types.Block) error {
105105
if !v.bc.HasBlock(block.ParentHash(), block.NumberU64()-1) {
106106
return consensus.ErrUnknownAncestor
107107
}
108-
fmt.Println("failure here")
109108
return consensus.ErrPrunedAncestor
110109
}
111110
return nil

0 commit comments

Comments
 (0)