stop logging

This commit is contained in:
Amish Shah
2016-10-24 14:37:08 +01:00
parent e13e2447d4
commit 8dd2005ab9
2 changed files with 2 additions and 3 deletions

View File

@@ -224,7 +224,6 @@ class StreamDispatcher extends EventEmitter {
this._sendBuffer(buffer, data.sequence, data.timestamp);
const nextTime = data.length + (data.startTime + data.pausedTime + (data.count * data.length) - Date.now());
console.log('again! in', nextTime);
this.player.voiceConnection.voiceManager.client.setTimeout(() => this._send(), nextTime);
} catch (e) {
this._triggerTerminalState('error', e);