Skip to content

Commit da27436

Browse files
authored
Update runtimes/bulletin-westend/tests/tests.rs
1 parent 209867a commit da27436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runtimes/bulletin-westend/tests/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ fn transaction_storage_max_throughput() {
242242

243243
// Store all 8 transactions in the same block (no advance_block between them)
244244
for index in 0..NUM_TRANSACTIONS {
245-
tracing::info!("Storing 1 MiB transaction {}/{}", index + 1, NUM_TRANSACTIONS);
246245
let res = construct_and_apply_extrinsic(
247246
account.pair(),
248247
RuntimeCall::TransactionStorage(TxStorageCall::<Runtime>::store {

0 commit comments

Comments
 (0)