mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +02:00
debug code removal
This commit is contained in:
parent
aafac271f5
commit
0c8693fade
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue