wgengine/magicsock: remove unused debug knob.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-08-31 21:43:57 -07:00
committed by Dave Anderson
parent dfd978f0f2
commit d00341360f
2 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ package magicsock
// All knobs are disabled on iOS.
// Further, they're const, so the toolchain can produce smaller binaries.
const (
logPacketDests = false
debugDisco = false
debugOmitLocalAddresses = false
debugUseDerpRouteEnv = ""