Skip to content

Commit

Permalink
Remove log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet authored and github-actions committed Jun 20, 2024
1 parent 2eacc54 commit 5281130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/auth/transport_credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ func (c *TransportCredentials) validateIdentity(conn net.Conn, tlsInfo *credenti
}

if authPreference, err := c.getAuthPreference(ctx); err == nil {
log.Warnf("Got auth preference: %v", authPreference.GetDisconnectExpiredCert())
expiry := authCtx.GetDisconnectCertExpiry(authPreference)
log.Warnf("Creating timeout connection with expiry: %v", expiry)
conn, err = newTimeoutConn(conn, c.clock, expiry)
if err != nil {
return nil, IdentityInfo{}, trace.Wrap(err)
Expand Down

0 comments on commit 5281130

Please sign in to comment.