Skip to content

Commit 50df93f

Browse files
committed
refactor: remove comment
1 parent 9509636 commit 50df93f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web-assets/auth0/dev-tenant/rules/onboardingChecklist.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ function (user, context, callback) {
2222
return callback(null, user, context);
2323
}
2424

25-
console.log("rule:onboarding-checklist: fetch onboarding_checklist for email/handle: ", user.email, handle, provider);
26-
2725
let handle = _.get(user, "handle", null);
2826
const provider = _.get(user, "identities[0].provider", null);
2927
if (isSocial || (!handle && provider === "auth0")) {

0 commit comments

Comments
 (0)