debug code removal

This commit is contained in:
Adam Ierymenko 2022-09-16 17:02:38 -04:00
parent aafac271f5
commit 0c8693fade
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

View file

@ -242,9 +242,7 @@ impl<StorageImpl: Storage, PathFilterImpl: PathFilter, InnerProtocolImpl: InnerP
} }
} }
println!("wire_send {}", endpoint.to_string());
let state = self.state.read().await; let state = self.state.read().await;
println!("2 wire_send {}", endpoint.to_string());
if !state.udp_sockets.is_empty() { if !state.udp_sockets.is_empty() {
if let Some(specific_interface) = local_interface { if let Some(specific_interface) = local_interface {
// Send from a specific interface if that interface is specified. // Send from a specific interface if that interface is specified.