mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
wgengine: Remove leftover debug message.
Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
This commit is contained in:
parent
07e02ec9d3
commit
51d176ecff
@ -456,7 +456,6 @@ func configSignatures(cfg *wgcfg.Config, routerCfg *router.Config) (string, stri
|
||||
}
|
||||
|
||||
func (e *userspaceEngine) Reconfig(cfg *wgcfg.Config, routerCfg *router.Config) error {
|
||||
e.logf("Reconfig: router.Set: %p %p", cfg, routerCfg)
|
||||
if routerCfg == nil {
|
||||
panic("routerCfg must not be nil")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user