From 0985bdd291c3b2889c1e2fbc20f51cd4d7bc1e96 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 28 May 2022 10:13:46 +0800 Subject: + Ok actually fix it this time (i tested) --- features/mining/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/mining/index.js b/features/mining/index.js index 767bc82..ce71e6d 100644 --- a/features/mining/index.js +++ b/features/mining/index.js @@ -122,7 +122,7 @@ class Mining extends Feature { Object.keys(data.products).forEach(id => { if (id.startsWith("FLAWED_")) { gemstoneCosts[id] = Math.max(240, data.products[id].quick_status.sellPrice) - console.log(id + ": " + gemstoneCosts[id]) + // console.log(id + ": " + gemstoneCosts[id]) } }) }) -- cgit