aboutsummaryrefslogtreecommitdiff
path: root/build/cleaners
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-15 13:01:49 -0600
committermat <27899617+mat-1@users.noreply.github.com>2021-02-15 13:01:49 -0600
commit839b43b1cfc0735e002211326246c058e5ec759b (patch)
tree8c63cb8151c3aea7c540159dc5cab18259755510 /build/cleaners
parent2c1fa08673548af87a860b69aa602bc509c56b1c (diff)
downloadskyblock-api-839b43b1cfc0735e002211326246c058e5ec759b.tar.gz
skyblock-api-839b43b1cfc0735e002211326246c058e5ec759b.tar.bz2
skyblock-api-839b43b1cfc0735e002211326246c058e5ec759b.zip
remove debug logs
Diffstat (limited to 'build/cleaners')
-rw-r--r--build/cleaners/skyblock/profiles.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/cleaners/skyblock/profiles.js b/build/cleaners/skyblock/profiles.js
index 1996d55..b4eb07b 100644
--- a/build/cleaners/skyblock/profiles.js
+++ b/build/cleaners/skyblock/profiles.js
@@ -10,7 +10,6 @@ function cleanPlayerSkyblockProfiles(rawProfiles) {
name: profile.cute_name
});
}
- console.log('cleanPlayerSkyblockProfiles', profiles);
return profiles;
}
exports.cleanPlayerSkyblockProfiles = cleanPlayerSkyblockProfiles;