mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
remove console.log and fix endless loop connecting
This commit is contained in:
@@ -84,7 +84,6 @@ class VoiceConnectionUDPClient extends EventEmitter {
|
||||
return new Promise((resolve, reject) => {
|
||||
if (this.socket) {
|
||||
if (!this.discordAddress || !this.discordPort) {
|
||||
console.log(this);
|
||||
reject(new Error('malformed UDP address or port'));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user