From 14153d1ea0c2fdd6789528b1f73262dc631ea639 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 8 Jun 2019 16:15:28 +0200 Subject: [PATCH] Update ReadAllNotificationsButton.plugin.js --- .../ReadAllNotificationsButton.plugin.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index 3a7e29f938..361eb90a8c 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -169,7 +169,6 @@ class ReadAllNotificationsButton { processGuilds (instance, wrapper, methodnames) { if (methodnames.includes("componentDidMount") || (methodnames.includes("componentDidUpdate") && document.querySelector(".bd-guild ~ .RANbutton-frame"))) { - console.log(instance); BDFDB.removeEles(".RANbutton-frame"); let insertnode = this.getInsertNode(); if (insertnode) {