Skip to content

Commit

Permalink
Removed unnecessary debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ctyano committed Mar 28, 2024
1 parent 808e2fe commit 73deeae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/certificate/identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ func PrepareIdentityCsrOptions(idCfg *config.IdentityConfig, domain, service str
},
}

log.Debugf("POD IP was: %s", idCfg.PodIP)
if idCfg.PodIP != nil {
csrOptions.SANs.IPAddresses = []net.IP{idCfg.PodIP}
}
Expand Down Expand Up @@ -442,7 +441,6 @@ func PrepareRoleCsrOptions(idCfg *config.IdentityConfig, domain, service string)
},
}

log.Debugf("POD IP was: %s", idCfg.PodIP)
if idCfg.PodIP != nil {
roleCsrOption.SANs.IPAddresses = []net.IP{idCfg.PodIP}
}
Expand Down

0 comments on commit 73deeae

Please sign in to comment.