remove misleading log
This commit is contained in:
parent
a2a52be031
commit
dd03d33c6a
|
@ -182,8 +182,6 @@ pub fn wireup_and_send_txs_via_channel() {
|
||||||
packet_count2 as f64 / half_duration.as_secs_f64(),
|
packet_count2 as f64 / half_duration.as_secs_f64(),
|
||||||
);
|
);
|
||||||
|
|
||||||
info!("got all expected packets - shutting down tokio runtime with lite-rpc client");
|
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
count_map.len() as u32,
|
count_map.len() as u32,
|
||||||
SAMPLE_TX_COUNT,
|
SAMPLE_TX_COUNT,
|
||||||
|
|
Loading…
Reference in New Issue