Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Aug 28, 2023
1 parent aa066b3 commit 3b17f66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bridge/internal/controller/watcher/batch_proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ func (p *BatchProposer) proposeBatchChunks() ([]*orm.Chunk, error) {
}

log.Debug("breaking limit condition in batching",
"currentTotalChunks", totalChunks,
"maxChunkNumPerBatch", p.maxChunkNumPerBatch,
"currentL1CommitCalldataSize", totalL1CommitCalldataSize,
"maxL1CommitCalldataSizePerBatch", p.maxL1CommitCalldataSizePerBatch,
"currentOverEstimateL1CommitGas", totalOverEstimateL1CommitGas,
Expand Down
2 changes: 0 additions & 2 deletions bridge/internal/controller/watcher/chunk_proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ func (p *ChunkProposer) proposeChunk() (*types.Chunk, error) {
}

log.Debug("breaking limit condition in chunking",
"totalBlockNum", i+1,
"maxBlockNumPerChunk", p.maxBlockNumPerChunk,
"totalTxNum", totalTxNum,
"maxTxNumPerChunk", p.maxTxNumPerChunk,
"currentL1CommitCalldataSize", totalL1CommitCalldataSize,
Expand Down

0 comments on commit 3b17f66

Please sign in to comment.