From 4b1527564870cb89a83506588183834cece23709 Mon Sep 17 00:00:00 2001 From: dargy Date: Mon, 17 Jun 2024 23:14:54 -0500 Subject: [PATCH] chore: remove console.log --- js/guilds.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/guilds.js b/js/guilds.js index 79d4270..1dee9a8 100644 --- a/js/guilds.js +++ b/js/guilds.js @@ -4,7 +4,6 @@ var Settings; let Utilities; chrome.storage.sync.get(['PolyPlus_Settings'], function (result) { - console.log(result); Settings = result.PolyPlus_Settings; if (Settings.IRLPriceWithCurrency && Settings.IRLPriceWithCurrency.Enabled === true) {