We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c538a1a commit 209867aCopy full SHA for 209867a
runtimes/bulletin-westend/tests/tests.rs
@@ -258,13 +258,6 @@ fn transaction_storage_max_throughput() {
258
runtime::TransactionStorage::account_authorization_extent(who.clone()),
259
AuthorizationExtent { transactions: 0, bytes: 0 },
260
);
261
-
262
- tracing::info!(
263
- "Successfully stored {} transactions of {} bytes each ({} MiB total) in a single block",
264
- NUM_TRANSACTIONS,
265
- TRANSACTION_SIZE,
266
- TOTAL_BYTES / (1024 * 1024)
267
- );
268
});
269
}
270
0 commit comments