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

@ -181,8 +181,8 @@ impl Service {
presence_timers.push(presence_timer(user_id, timeout));
}
Err(e) => {
// TODO: Handle error better? I have no idea what to do here.
error!("Failed to receive presence timer: {}", e);
// generally shouldn't happen
error!("Failed to receive presence timer through channel: {e}");
}
}
}