mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-12 06:27:10 +03:00
Remove extra log
This commit is contained in:
@@ -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]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user