remove comments, log channel errors

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-07 12:41:06 -04:00 committed by June
parent 68321ec467
commit 3438b340a9
3 changed files with 5 additions and 9 deletions

View file

@ -342,7 +342,6 @@ impl Service {
},
event = receiver.recv_async() => {
// TODO: Error handling for this
if let Ok((outgoing_kind, event, key)) = event {
if let Ok(Some(events)) = self.select_events(
&outgoing_kind,