From 53262c128c7b91e73e9377d1a18a5c46d51029a6 Mon Sep 17 00:00:00 2001 From: JotDe Date: Sun, 3 May 2020 23:57:48 +0200 Subject: [PATCH] log removed --- bazaar.user.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bazaar.user.js b/bazaar.user.js index 46e6cc5..96a1146 100644 --- a/bazaar.user.js +++ b/bazaar.user.js @@ -33,7 +33,6 @@ async function forElement(element) { async function changePlaceholder(marketItems) { let itemList = document.querySelectorAll('ul[class^="items-cont"][style="display:block;"] li'); - console.log(marketItems); itemList.forEach((item) => { const itemid = item.querySelector("img").getAttribute("src").split("/")[3]; const marketItem = marketItems[itemid];