feat(prudp): clean up logging
This commit is contained in:
parent
0d90665698
commit
e0669ddecc
2 changed files with 1 additions and 13 deletions
|
|
@ -24,8 +24,6 @@ impl RMCProtocolServer{
|
|||
return;
|
||||
};
|
||||
|
||||
println!("recieved rmc message: {{ protocol: {}, method: {}}}", rmc.protocol_id, rmc.method_id);
|
||||
|
||||
for proto in &self.0 {
|
||||
if let Some(response) = proto(&rmc, connection).await {
|
||||
send_response(&packet, &socket, connection, response).await;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue