aboutsummaryrefslogtreecommitdiff
path: root/build/cleaners/rank.js
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-13 19:02:49 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-02-13 19:02:49 -0600
commit9b2856303374521b315759500cf594ec7f22d293 (patch)
treef1439e79f6b79ac2f32cfa08e58124bff553b502 /build/cleaners/rank.js
parent728994f435e781eeffcba739698a1c21bba76a83 (diff)
downloadskyblock-api-9b2856303374521b315759500cf594ec7f22d293.tar.gz
skyblock-api-9b2856303374521b315759500cf594ec7f22d293.tar.bz2
skyblock-api-9b2856303374521b315759500cf594ec7f22d293.zip
fix some stats cutting off at the wrong place
Diffstat (limited to 'build/cleaners/rank.js')
-rw-r--r--build/cleaners/rank.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/cleaners/rank.js b/build/cleaners/rank.js
index 875d2db..2287d18 100644
--- a/build/cleaners/rank.js
+++ b/build/cleaners/rank.js
@@ -40,7 +40,6 @@ function parseRank({ packageRank, newPackageRank, monthlyPackageRank, rankPlusCo
const rankColorPrefix = rankColors[name] ? '§' + rankColors[name] : '';
const nameWithoutPlus = name.split('+')[0];
const plusesInName = '+'.repeat(name.split('+').length - 1);
- console.log(plusColor, nameWithoutPlus, plusesInName);
if (plusColor && plusesInName.length >= 1)
colored = `${rankColorPrefix}[${nameWithoutPlus}§${plusColor}${plusesInName}${rankColorPrefix}]`;
else