console.log remove

This commit is contained in:
vishnyanetchereshnya 2024-06-21 13:18:22 +03:00 committed by GitHub
parent e4fa9320d6
commit f0077caa3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,6 @@ export const cacheUsers = async (onlyMissing = false) => {
states.setCacheStatus?.(usersCache.size); states.setCacheStatus?.(usersCache.size);
if (--count === 0) { if (--count === 0) {
console.log(usersCache.size);
allChunksCached = true; allChunksCached = true;
stop(); stop();
FluxDispatcher.unsubscribe("GUILD_MEMBERS_CHUNK_BATCH", callback); FluxDispatcher.unsubscribe("GUILD_MEMBERS_CHUNK_BATCH", callback);