Skip to content

Commit 209867a

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

runtimes/bulletin-westend/tests/tests.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,6 @@ fn transaction_storage_max_throughput() {
258258
runtime::TransactionStorage::account_authorization_extent(who.clone()),
259259
AuthorizationExtent { transactions: 0, bytes: 0 },
260260
);
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-
);
268261
});
269262
}
270263

0 commit comments

Comments
 (0)