Explorar el Código

Removed unreachable (and unneeded) code x3!

Bruce Marriner hace 9 años
padre
commit
6bb417af7a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      wsapi.go

+ 0 - 2
wsapi.go

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