diff --git a/serverCommunication/web.go b/serverCommunication/web.go index 87b3a17..f2ce9b7 100644 --- a/serverCommunication/web.go +++ b/serverCommunication/web.go @@ -74,17 +74,6 @@ func HandleWebMessage(isVoice bool, conn *websocket.Conn, uuid string, status in } return - - /* - connForDest := getConnForDest(dest, uuid) - - raw = kraProtocol.EncodeJavaMessage(status, cmdID, dest, uuid, cmdNumber, args) - - err = client.SendBinaryMessage(connForDest, raw) - - if err != nil { - logger.Web.Warnln("write:", err) - } */ } else { // web if isVoice { // message from voice if dest == kraProtocol.DestMobile { // forwarding message to mobile