Skip to content

Commit

Permalink
fatp: tests - debug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Jan 9, 2025
1 parent 38e7618 commit 5d59731
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions substrate/client/transaction-pool/tests/fatp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ fn import_sink_works3() {
pool.submit_one(genesis, SOURCE, xt1.clone()),
];

let x = block_on(futures::future::join_all(submissions));
block_on(futures::future::join_all(submissions));

let header01a = api.push_block(1, vec![], true);
let header01b = api.push_block(1, vec![], true);
Expand All @@ -2213,8 +2213,6 @@ fn import_sink_works3() {
assert_pool_status!(header01a.hash(), &pool, 1, 1);
assert_pool_status!(header01b.hash(), &pool, 1, 1);

log::debug!("xxx {x:#?}");

let import_events =
futures::executor::block_on_stream(import_stream).take(1).collect::<Vec<_>>();

Expand Down

0 comments on commit 5d59731

Please sign in to comment.