chore: remove unused variable

This commit is contained in:
kozabrada123 2024-03-09 13:03:34 +01:00
parent e7a5354f29
commit 36e06b06f0
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ impl UdpHandler {
});
}
let received_size = received_size_or_err.unwrap();
let receieved_ip_discovery = IpDiscoveryPacket::new(&buf).expect("Could not make ipdiscovery packet from received data, something is very wrong. Please open an issue on the chorus github: https://github.com/polyphony-chat/chorus/issues/new");
debug!(