Selaa lähdekoodia

Removed unreachable (and unneeded) code x3!

Bruce Marriner 9 vuotta sitten
vanhempi
commit
6bb417af7a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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)
 			go s.event(messageType, message)
 		}
 		}
 	}
 	}
-
-	return
 }
 }
 
 
 type heartbeatOp struct {
 type heartbeatOp struct {