From 7bf05192b327a5e194929833e74309f55b76cbc7 Mon Sep 17 00:00:00 2001 From: Ned Wright Date: Tue, 19 Dec 2023 11:59:29 +0000 Subject: [PATCH] Remove a few lines --- components/security_apps/orchestration/orchestration_comp.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/security_apps/orchestration/orchestration_comp.cc b/components/security_apps/orchestration/orchestration_comp.cc index 00b9f83..61e7e20 100755 --- a/components/security_apps/orchestration/orchestration_comp.cc +++ b/components/security_apps/orchestration/orchestration_comp.cc @@ -299,9 +299,6 @@ private: } } - if (agent_mode == OrchestrationMode::HYBRID) { - return Maybe(); - } return authentication_res; }