Remove unused prints
This commit is contained in:
parent
2721021f7b
commit
4d843d2ccb
@ -331,8 +331,6 @@ impl<T: std::fmt::Debug + Clone + Serialize + DeserializeOwned + Send + Sync + '
|
||||
|
||||
// Clear all messages from the queue that the other peer has
|
||||
// already seen
|
||||
println!("{:?}", conn.reliable_queue);
|
||||
println!("{:?}", msgs.ack);
|
||||
conn.reliable_queue.retain(|v| v.message_id > msgs.ack);
|
||||
|
||||
// Process all messages that have not been previously seen
|
||||
|
||||
Loading…
Reference in New Issue
Block a user