wgengine: Remove leftover debug message.
Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>reviewable/pr458/r1
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 {
|
func (e *userspaceEngine) Reconfig(cfg *wgcfg.Config, routerCfg *router.Config) error {
|
||||||
e.logf("Reconfig: router.Set: %p %p", cfg, routerCfg)
|
|
||||||
if routerCfg == nil {
|
if routerCfg == nil {
|
||||||
panic("routerCfg must not be nil")
|
panic("routerCfg must not be nil")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue