mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
Removed pointless destroy console.log
This commit is contained in:
@@ -48,7 +48,6 @@ var VoiceConnection = (function (_EventEmitter) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
VoiceConnection.prototype.destroy = function destroy() {
|
VoiceConnection.prototype.destroy = function destroy() {
|
||||||
console.log("you wanted to destroy _me_?!");
|
|
||||||
this.stopPlaying();
|
this.stopPlaying();
|
||||||
if (this.KAI) clearInterval(this.KAI);
|
if (this.KAI) clearInterval(this.KAI);
|
||||||
this.vWS.close();
|
this.vWS.close();
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ class VoiceConnection extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
destroy() {
|
destroy() {
|
||||||
console.log("you wanted to destroy _me_?!");
|
|
||||||
this.stopPlaying();
|
this.stopPlaying();
|
||||||
if(this.KAI)
|
if(this.KAI)
|
||||||
clearInterval(this.KAI);
|
clearInterval(this.KAI);
|
||||||
|
|||||||
Reference in New Issue
Block a user