Remove outdated success log message

This commit is contained in:
Diego Romar
2025-12-18 16:37:43 -03:00
parent 5a91664116
commit ee9166d771

View File

@@ -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(),