diff --git a/cli/packages/cmd/agent.go b/cli/packages/cmd/agent.go index 801a5dcb3..62632f3c6 100644 --- a/cli/packages/cmd/agent.go +++ b/cli/packages/cmd/agent.go @@ -488,7 +488,6 @@ func (tm *TokenManager) MonitorSecretChanges(secretTemplate Template, sigChan ch // Now you can use the `command` variable, which is guaranteed to be a string for { - log.Info().Msg("polling") token := tm.GetToken() if token != "" {