Removed unreachable return

This commit is contained in:
Bruce Marriner 2016-02-20 17:42:10 -06:00
parent f67b8152cf
commit a9306fda00

View file

@ -136,8 +136,6 @@ func (v *Voice) wsListen(wsConn *websocket.Conn, close <-chan struct{}) {
go v.wsEvent(messageType, message)
}
}
return
}
// wsEvent handles any voice websocket events. This is only called by the