Skip to content

Commit

Permalink
Remove redundant log entry
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jun 2, 2020
1 parent a36a8a0 commit 5ccb76c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/loadtest/src/scenarios/real_life.rs
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ impl ScenarioExecutor {
let mut verified = 0;
let txs_chunks = DynamicChunks::new(signed_transfers, &self.block_sizes);
for tx_batch in txs_chunks {
log::info!("Batch size: {}", tx_batch.len());
let mut sent_txs = SentTransactions::new();
// Send each tx.
for (tx, eth_sign) in tx_batch {
Expand Down

0 comments on commit 5ccb76c

Please sign in to comment.