We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab1479 commit 7699711Copy full SHA for 7699711
src/common/helper.js
@@ -430,7 +430,6 @@ function partialMatch (filter, value) {
430
async function checkAgreedTerms (userId, terms) {
431
const unAgreedTerms = []
432
for (const term of terms) {
433
- logger.info(`Checking term ${_.toString(term)}`)
434
const res = await getRequest(`${config.TERMS_API_URL}/${term}`, { userId })
435
if (!_.get(res, 'body.agreed', false)) {
436
unAgreedTerms.push(_.get(res, 'body.title', term))
0 commit comments