Removed pointless destroy console.log

This commit is contained in:
hydrabolt
2015-11-13 22:56:43 +00:00
parent a09505a05d
commit 9ad55668a1
2 changed files with 0 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ class VoiceConnection extends EventEmitter {
}
destroy() {
console.log("you wanted to destroy _me_?!");
this.stopPlaying();
if(this.KAI)
clearInterval(this.KAI);