From 9ad55668a152517d8745d2bc3ea5fc7499c14d57 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 13 Nov 2015 22:56:43 +0000 Subject: [PATCH] Removed pointless destroy console.log --- lib/Voice/VoiceConnection.js | 1 - src/Voice/VoiceConnection.js | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Voice/VoiceConnection.js b/lib/Voice/VoiceConnection.js index 8f77b2c21..4dee53b15 100644 --- a/lib/Voice/VoiceConnection.js +++ b/lib/Voice/VoiceConnection.js @@ -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(); diff --git a/src/Voice/VoiceConnection.js b/src/Voice/VoiceConnection.js index b906661da..a90337adc 100644 --- a/src/Voice/VoiceConnection.js +++ b/src/Voice/VoiceConnection.js @@ -40,7 +40,6 @@ class VoiceConnection extends EventEmitter { } destroy() { - console.log("you wanted to destroy _me_?!"); this.stopPlaying(); if(this.KAI) clearInterval(this.KAI);