Skip to content

Commit f27ddb7

Browse files
committed
remove debug line
1 parent 94bee19 commit f27ddb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rollup/internal/controller/relayer/l2_relayer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ func (r *Layer2Relayer) finalizeBundle(bundle *orm.Bundle, withProof bool) error
837837
hardForkName := encoding.GetHardforkName(r.chainCfg, firstChunk.StartBlockNumber, firstChunk.StartBlockTime)
838838

839839
var aggProof message.BundleProof
840-
withProof = false
841840
if withProof {
842841
aggProof, err = r.bundleOrm.GetVerifiedProofByHash(r.ctx, bundle.Hash, hardForkName)
843842
if err != nil {

0 commit comments

Comments
 (0)