Remove a few lines

This commit is contained in:
Ned Wright 2023-12-19 11:59:29 +00:00
parent 287cef8c36
commit 7bf05192b3

View File

@ -299,9 +299,6 @@ private:
}
}
if (agent_mode == OrchestrationMode::HYBRID) {
return Maybe<void>();
}
return authentication_res;
}