Skip to content

Commit

Permalink
batch-submiter: remove batch params from logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Mar 22, 2024
1 parent bc8f591 commit 716e443
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ export class TransactionBatchSubmitterInbox {
// In this case, we want to submit regardless of the batch's size.
wasBatchTruncated = true
}

this.logger.info('Generated sequencer batch params', {
contexts: inboxBatchParams.batch,
inputData: encoded,
wasBatchTruncated,
})
return [inboxBatchParams, wasBatchTruncated]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,12 +634,6 @@ export class TransactionBatchSubmitter extends BatchSubmitter {
// In this case, we want to submit regardless of the batch's size.
wasBatchTruncated = true
}

this.logger.info('Generated sequencer batch params', {
contexts: sequencerBatchParams.contexts,
transactions: sequencerBatchParams.transactions,
wasBatchTruncated,
})
return [sequencerBatchParams, wasBatchTruncated]
}

Expand Down

0 comments on commit 716e443

Please sign in to comment.