Skip to content

Commit 53955be

Browse files
committed
chore: remove todo
Signed-off-by: Lachezar Lechev <[email protected]>
1 parent 19ab08f commit 53955be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/streaming_server.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,6 @@ impl<E: Env + 'static> UpdateWithCtx<E> for StreamingServer {
719719
}))
720720
.unchanged(),
721721
Err(error) => {
722-
// TODO: confirm what we should do if settings fail to update
723722
let torrent_effects = eq_update(&mut self.torrent, None);
724723
let state_effects = if self.state.is_some() {
725724
let not_running = State::NotRunning;

0 commit comments

Comments
 (0)