diff --git a/wgengine/userspace.go b/wgengine/userspace.go index ee69770a5..c7ce7c621 100644 --- a/wgengine/userspace.go +++ b/wgengine/userspace.go @@ -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") }