Skip to content

Commit 7032538

Browse files
committed
chore(certy): 🔧 remove logging of custom certificate save location
1 parent 89efce6 commit 7032538

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

certy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,5 @@ func (m *Manager) AddCustomCert(domain, certFileData, keyFileData string) error
528528
return fmt.Errorf("failed to write key file: %w", err)
529529
}
530530

531-
log.Printf("Custom certificate and key saved to %s", domainLocation)
532531
return nil
533532
}

0 commit comments

Comments
 (0)