Skip to content

Commit 1c12c5c

Browse files
committed
fix: remove incorrect warnings
1 parent c6455f7 commit 1c12c5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,9 @@ impl Server {
7575
_ = poll_timeout.tick() => {}
7676
}
7777

78-
// TODO: deduplicate messages
7978
if let Some(msg) = msg {
8079
msgs.push(msg);
8180
} else {
82-
warn!("senders have dropped");
8381
return msgs;
8482
}
8583
}

0 commit comments

Comments
 (0)