chore: delete unused code comment from message_subscriber.rs

This commit is contained in:
draoi
2024-04-13 10:40:18 +02:00
parent 9aea678125
commit e3c69b0fcc

View File

@@ -48,7 +48,6 @@ impl<M: Message> MessageDispatcher<M> {
/// Create a random ID.
fn random_id() -> MessageSubscriptionId {
//let mut rng = rand::thread_rng();
OsRng.gen()
}