diff --git a/agent/unixsocketagent.go b/agent/unixsocketagent.go index 0a01a71..e4fec05 100644 --- a/agent/unixsocketagent.go +++ b/agent/unixsocketagent.go @@ -288,8 +288,6 @@ func StartUnixAgent(path string, runtimeConfig config.RuntimeConfig) error { fd, err := l.Accept() if err != nil { println("accept error", err.Error()) - } else { - log.Info("Accepted unix socket connection; handling request") } go serveAgentSession(fd, ctx, vault, &cfg)