mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +00:00
Remove spurious debug_assert! (#9603)
This commit is contained in:
@@ -1026,7 +1026,6 @@ where
|
||||
// future using `spawn_blocking`.
|
||||
spawn_handle.spawn_blocking("network-worker", async move {
|
||||
if network_start_rx.await.is_err() {
|
||||
debug_assert!(false);
|
||||
log::warn!(
|
||||
"The NetworkStart returned as part of `build_network` has been silently dropped"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user