We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209867a commit da27436Copy full SHA for da27436
runtimes/bulletin-westend/tests/tests.rs
@@ -242,7 +242,6 @@ fn transaction_storage_max_throughput() {
242
243
// Store all 8 transactions in the same block (no advance_block between them)
244
for index in 0..NUM_TRANSACTIONS {
245
- tracing::info!("Storing 1 MiB transaction {}/{}", index + 1, NUM_TRANSACTIONS);
246
let res = construct_and_apply_extrinsic(
247
account.pair(),
248
RuntimeCall::TransactionStorage(TxStorageCall::<Runtime>::store {
0 commit comments