remove stray commented code in the session

This commit is contained in:
Marten Seemann
2018-04-29 20:48:03 +09:00
parent 376fccbde2
commit 903747fdc7

View File

@@ -451,8 +451,6 @@ runLoop:
case _, ok := <-s.handshakeEvent:
// when the handshake is completed, the channel will be closed
s.handleHandshakeEvent(!ok)
// case p := <-s.paramsChan:
// s.processTransportParameters(&p)
default:
}