diff --git a/client/internal/engine.go b/client/internal/engine.go index db35abce7..4934a0184 100644 --- a/client/internal/engine.go +++ b/client/internal/engine.go @@ -493,8 +493,6 @@ func (e *Engine) Start(netbirdConfig *mgmProto.NetbirdConfig, mgmtURL *url.URL) log.Errorf("failed to populate DNS cache after %d attempts: %v", populateAttempts, lastErr) }() - log.Info("populated DNS cache with NetbirdConfig and management URL") - e.routeManager = routemanager.NewManager(routemanager.ManagerConfig{ Context: e.ctx, PublicKey: e.config.WgPrivateKey.PublicKey().String(),