Skip to content

Commit

Permalink
Removed uneccessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Jan 20, 2017
1 parent b69cc92 commit 9b35426
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/modules/dotahandler/DotaClientX.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,16 +206,6 @@ class DotaClientX extends Dota2.Dota2Client {
}
});

/*setTimeout(() => {
this.joinPracticeLobbyBroadcastChannel(1, (err, res) => {
if (err) {
reject(err);
} else {
console.log(res);
}
});
}, 1000);*/

this.inviteAll().catch(reject);
fulfill();
} else {
Expand Down

0 comments on commit 9b35426

Please sign in to comment.