diff --git a/core/blockchain.go b/core/blockchain.go
index 49aa1c3e86b43955e886a048dcd5e3bcfb3f7eb7..b1da30a1b2987c200e0b79996e22785a3126340b 100644
--- a/core/blockchain.go
+++ b/core/blockchain.go
@@ -2162,7 +2162,6 @@ func (bc *BlockChain) reorg(oldBlock, newBlock *types.Block) error {
 					l := *log
 					if removed {
 						l.Removed = true
-					} else {
 					}
 					logs = append(logs, &l)
 				}