remove todo for function naming

This commit is contained in:
Tony Li 2017-03-07 15:49:51 -05:00
parent 175daafc00
commit 3cc05830f9

View file

@ -87,7 +87,6 @@ func (ing ingAnnotations) allowHTTP() bool {
}
// useNamedTLS returns the name of the GCE SSL certificate. Empty by default.
// TODO: naming this (ie: external-ssl-cert)
func (ing ingAnnotations) useNamedTLS() string {
val, ok := ing[preSharedCertKey]
if !ok {