mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-31 20:24:50 +01:00
Remove logging
This commit is contained in:
parent
019fe3ef5b
commit
f3954e196c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user