wgengine: Remove leftover debug message.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
This commit is contained in:
Avery Pennarun 2020-06-09 16:55:56 -04:00
parent 07e02ec9d3
commit 51d176ecff

View File

@ -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")
}