diff options
author | mat <github@matdoes.dev> | 2021-05-30 21:45:58 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2021-05-30 21:45:58 -0500 |
commit | a61e50c845e686c9513afca715d35088472c2941 (patch) | |
tree | aa47e9dcebf3bb3a3d08c1e5dc8f384ef6503e9b /build/database.js | |
parent | 3b69df999f91a34580b4a75b1e95211e225c9fbb (diff) | |
download | skyblock-api-a61e50c845e686c9513afca715d35088472c2941.tar.gz skyblock-api-a61e50c845e686c9513afca715d35088472c2941.tar.bz2 skyblock-api-a61e50c845e686c9513afca715d35088472c2941.zip |
remove debug thing
Diffstat (limited to 'build/database.js')
-rw-r--r-- | build/database.js | 4 |
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); |