Skip to content

Commit

Permalink
remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmerchant committed Nov 15, 2017
1 parent 610c687 commit d5264ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ module.exports = function (playerOptions, ensureAuthHeaders, self) {
socketEventSubscriber.emit('reconnecting', connection);
});

// fired when reconnect is successful
socket.on('reconnect_attempt', (attempt) => {
co(function *() {
let
Expand Down

0 comments on commit d5264ce

Please sign in to comment.