Skip to content

Commit

Permalink
remove unecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaxg committed Sep 20, 2023
1 parent 9cf7abb commit e7fd0a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions op-node/rollup/driver/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,6 @@ func (d *Sequencer) sealEspressoBatch(ctx context.Context) (*eth.ExecutionPayloa
if err != nil {
return nil, fmt.Errorf("failed to fetch L1 origin %d: %w", l1OriginNumber, err)
}
if l1Origin.Time > batch.onto.Time+d.config.BlockTime {
d.log.Warn("Suggested origin is newer than the L2 batch. L1 timestamp: %s, window start: %s",
l1Origin.Time, batch.onto.Time+d.config.BlockTime)
}
d.log.Info("using adjusted L1 origin",
"suggested", suggestedL1Origin, "adjusted", l1Origin, "parent", batch.onto, "parentOrigin", batch.onto.L1Origin)
}
Expand Down

0 comments on commit e7fd0a1

Please sign in to comment.