test: fix broken test

This commit is contained in:
Julian Lam
2023-01-21 14:34:01 -05:00
parent 459bc52338
commit f295174e07
3 changed files with 2 additions and 4 deletions

View File

@@ -131,7 +131,6 @@ Categories.getModeratorUids = async function (cids) {
return _.uniq(sets.uids[index].concat(_.flatten(sets.groupNames[index].map(g => map[g]))));
});
console.log('what', moderatorUids);
return moderatorUids;
};