aboutsummaryrefslogtreecommitdiff
path: root/build/database.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/database.js')
-rw-r--r--build/database.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/database.js b/build/database.js
index e08d4ec..69f95af 100644
--- a/build/database.js
+++ b/build/database.js
@@ -606,7 +606,3 @@ if (!globalThis.isTest) {
setInterval(fetchAllLeaderboards, 4 * 60 * 60 * 1000);
});
}
-setInterval(() => {
- console.log(exports.cachedRawLeaderboards.size);
- console.log(Array.from(exports.cachedRawLeaderboards.values())[exports.cachedRawLeaderboards.size - 1]);
-}, 5000);