aboutsummaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/mining/index.js2
1 files changed, 1 insertions, 1 deletions
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])
}
})
})