Skip to content

Commit 7699711

Browse files
remove logging
1 parent 0ab1479 commit 7699711

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ function partialMatch (filter, value) {
430430
async function checkAgreedTerms (userId, terms) {
431431
const unAgreedTerms = []
432432
for (const term of terms) {
433-
logger.info(`Checking term ${_.toString(term)}`)
434433
const res = await getRequest(`${config.TERMS_API_URL}/${term}`, { userId })
435434
if (!_.get(res, 'body.agreed', false)) {
436435
unAgreedTerms.push(_.get(res, 'body.title', term))

0 commit comments

Comments
 (0)