forked from pothtonswer/discordmuffin
Removed unreachable (and unneeded) code x3!
This commit is contained in:
parent
5ae93327e3
commit
6bb417af7a
1 changed files with 0 additions and 2 deletions
2
wsapi.go
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 {
|
||||||
|
|
Loading…
Reference in a new issue