Skip to content

Commit

Permalink
Removed unreachable return
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed Feb 20, 2016
1 parent f67b815 commit a9306fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions voice.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9306fd

Please sign in to comment.