Removed unreachable (and unneeded) code x3!

This commit is contained in:
Bruce Marriner 2016-01-27 23:37:46 -06:00
parent 5ae93327e3
commit 6bb417af7a

View file

@ -161,8 +161,6 @@ func (s *Session) listen(wsConn *websocket.Conn, listening <-chan interface{}) {
go s.event(messageType, message) go s.event(messageType, message)
} }
} }
return
} }
type heartbeatOp struct { type heartbeatOp struct {