mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Removed pointless destroy console.log
This commit is contained in:
parent
a09505a05d
commit
9ad55668a1
2 changed files with 0 additions and 2 deletions
|
|
@ -48,7 +48,6 @@ var VoiceConnection = (function (_EventEmitter) {
|
|||
}
|
||||
|
||||
VoiceConnection.prototype.destroy = function destroy() {
|
||||
console.log("you wanted to destroy _me_?!");
|
||||
this.stopPlaying();
|
||||
if (this.KAI) clearInterval(this.KAI);
|
||||
this.vWS.close();
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ class VoiceConnection extends EventEmitter {
|
|||
}
|
||||
|
||||
destroy() {
|
||||
console.log("you wanted to destroy _me_?!");
|
||||
this.stopPlaying();
|
||||
if(this.KAI)
|
||||
clearInterval(this.KAI);
|
||||
|
|
|
|||
Loading…
Reference in a new issue