Skip to content

Commit

Permalink
fix: removed no longer necessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvicchi committed Dec 11, 2024
1 parent bda4d52 commit f201f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agent/src/agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Agent::Agent(const std::string& configFilePath, std::unique_ptr<ISignalHandler>
// Check if agent is registered
if (m_agentInfo.GetName().empty() || m_agentInfo.GetKey().empty() || m_agentInfo.GetUUID().empty())
{
LogCritical("The agent is not registered");
throw std::runtime_error("The agent is not registered");
}

Expand Down

0 comments on commit f201f8d

Please sign in to comment.