aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/database.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/database.ts b/src/database.ts
index 0939e79..6dc8ed4 100644
--- a/src/database.ts
+++ b/src/database.ts
@@ -749,7 +749,3 @@ if (!globalThis.isTest) {
})
}
-setInterval(() => {
- console.log(cachedRawLeaderboards.size)
- console.log(Array.from(cachedRawLeaderboards.values())[cachedRawLeaderboards.size - 1])
-}, 5000) \ No newline at end of file