Remove spurious debug_assert! (#9603)

This commit is contained in:
Pierre Krieger
2021-08-23 11:16:54 +02:00
committed by GitHub
parent ab4d4654ae
commit fb408e3e85
-1
View File
@@ -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"
);