remove comments, log channel errors
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
68321ec467
commit
3438b340a9
3 changed files with 5 additions and 9 deletions
|
@ -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}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue