From 439978a5b5ac6476083554b3b64b3e5bc2912f83 Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 28 Jun 2024 11:52:51 -0500 Subject: [PATCH] chore: remove console logs --- js/store/store.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/store/store.js b/js/store/store.js index f348da2..9e2263c 100755 --- a/js/store/store.js +++ b/js/store/store.js @@ -27,9 +27,7 @@ chrome.storage.sync.get(['PolyPlus_Settings'], async function (result) { if (Settings.StoreOwnTagOn === true) { chrome.storage.local.get('PolyPlus_InventoryCache', async function(result){ - console.log(result) if (result.PolyPlus_InventoryCache !== undefined && (new Date().getTime() - result.PolyPlus_InventoryCache.requested < 30000)) { - console.log('not undefined') Inventory = result.PolyPlus_InventoryCache.data Array.from(ItemGrid.children).forEach((element) => { LoadOwnedTags(element);