diff --git a/modules/discord_desktop_core/core/app/BetterDiscord/index.js b/modules/discord_desktop_core/core/app/BetterDiscord/index.js index f7da9e6..7cccab9 100644 --- a/modules/discord_desktop_core/core/app/BetterDiscord/index.js +++ b/modules/discord_desktop_core/core/app/BetterDiscord/index.js @@ -531,7 +531,6 @@ async function privateInit(){ gatewayModule.default.prototype._doIdentify = function(){ let originalSend = this.send this.send = function(op, data, idkwhat){ - console.log(`Sending data`, data) if(op === 2){ if(this.intents){ data.intents = this.intents