Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit f03f8c5

Browse files
committed
remove comment
1 parent cbbd756 commit f03f8c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/certificate/manager.go

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func (m *Manager) getFromCache(cn CommonName) *Certificate {
104104

105105
// IssueCertificate implements Manager and returns a newly issued certificate from the given client.
106106
func (m *Manager) IssueCertificate(cn CommonName, validityPeriod time.Duration) (*Certificate, error) {
107-
// var additionalRoot pem.RootCertificate
108107
var err error
109108
cert := m.getFromCache(cn) // Don't call this while holding the lock
110109

0 commit comments

Comments
 (0)