mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 00:17:15 +02:00
fix: leftover debug log
This commit is contained in:
@@ -71,7 +71,6 @@ Blocklists.refresh = async (url) => {
|
||||
|
||||
Blocklists.check = async (domain) => {
|
||||
const blocklists = await Blocklists.list();
|
||||
console.log(blocklists);
|
||||
let present = await db.isMemberOfSortedSets(blocklists.map(({ url }) => `blocklist:${url}`), domain);
|
||||
present = present.reduce((memo, present) => memo || present, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user