Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 6fef896

Browse files
committed
remove debug code
1 parent 13d14cf commit 6fef896

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

initializers/v3client.js

-6
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ exports.v3client = function (api, next) {
264264
if (err) {
265265
callback(err);
266266
} else {
267-
console.log("member groups:");
268-
console.log(groupIds);
269-
console.log("challenge group id:");
270-
console.log(groupId);
271-
console.log(groupIds.indexOf(groupId) >= 0);
272-
273267
callback(null, groupIds.indexOf("" + groupId) >= 0);
274268
}
275269
});

0 commit comments

Comments
 (0)