mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
Remove extra log
This commit is contained in:
parent
6f05b5b92d
commit
bd3e38fe40
1 changed files with 0 additions and 2 deletions
|
@ -70,8 +70,6 @@ async function getAndSplit<T, U extends string>(fetchFromDB: (values: U[]) => Pr
|
|||
newResults[keyGenerator(value)] ??= [];
|
||||
}
|
||||
|
||||
console.log(newResults);
|
||||
|
||||
for (const key in newResults) {
|
||||
redis.setAsync(key, JSON.stringify(newResults[key]));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue