From 16ec5164e5b27f64d6a38a00ff516cc9c05e7b7f Mon Sep 17 00:00:00 2001 From: Jean Ouina Date: Fri, 25 Sep 2020 22:26:12 +0200 Subject: [PATCH] forgot debugging --- modules/discord_desktop_core/core/app/BetterDiscord/index.js | 1 - 1 file changed, 1 deletion(-) 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