Skip to content

Commit 906f536

Browse files
chore(logs): remove forgotten log (#1012)
1 parent db6cb08 commit 906f536

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent-control/src/sub_agent/version/onhost.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ impl OnHostAgentVersionChecker {
2828

2929
impl VersionChecker for OnHostAgentVersionChecker {
3030
fn check_agent_version(&self) -> Result<AgentVersion, VersionCheckError> {
31-
error!("DEBUG VERSION RETRIEVED!");
3231
Ok(self.agent_version.clone())
3332
}
3433
}

0 commit comments

Comments
 (0)