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

Commit 1d936cf

Browse files
committed
add debug code
1 parent d1cf116 commit 1d936cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

initializers/v3client.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ function getMemberGroups(connection, callback) {
236236
})
237237
});
238238

239+
console.log("member groups: " + result);
239240
callback(null, result);
240241
}
241242
});
@@ -259,6 +260,8 @@ exports.v3client = function (api, next) {
259260
if (err) {
260261
callback(err);
261262
} else {
263+
console.log("challenge group id: " + groupId);
264+
262265
callback(null, groupIds.indexOf(groupId) >= 0);
263266
}
264267
});

0 commit comments

Comments
 (0)