Remove deprecated field usage

This commit is contained in:
Don 2020-09-10 11:10:40 -07:00
parent d58d602210
commit a8409c1215
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ func HTTP(ctx context.Context) context.Context {
"did-resume": cs.DidResume,
"cipher-suite": cs.CipherSuite,
"negotiated-protocol": cs.NegotiatedProtocol,
"negotiated-protocol-is-mutual": cs.NegotiatedProtocolIsMutual,
"server-name": cs.ServerName,
"error": err,
}).Trace("ClientTrace.TLSHandshakeDone")