From 17de3d323642e0ae2d126bca88b6ff4e146abb16 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 Mar 2023 10:17:18 +0000 Subject: [PATCH] Remove TODOs --- src/scheduler.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scheduler.rs b/src/scheduler.rs index 41f005434..b57cda371 100644 --- a/src/scheduler.rs +++ b/src/scheduler.rs @@ -131,7 +131,6 @@ impl SchedulerState { None => return, }; drop(inner); - // TODO: maybe this called code should move into scheduler.maybe_network() instead? connectivity::idle_interrupted(inbox, oboxes).await; } @@ -149,8 +148,6 @@ impl SchedulerState { None => return, }; drop(inner); - // TODO; maybe this called code should move into scheduler.maybe_network_lost() - // instead? connectivity::maybe_network_lost(context, stores).await; }