From 9098537838bb32aa9006152e034c6ebea41064ca Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 21 Feb 2018 12:42:30 -0700 Subject: [PATCH] removed console.log --- services/passport.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/passport.js b/services/passport.js index 803da5344..59215dd54 100644 --- a/services/passport.js +++ b/services/passport.js @@ -441,8 +441,6 @@ passport.use( debug(`hasRecaptcha=${hasRecaptcha}, recaptchaPassed=${recaptchaPassed}`); - console.log(UsersService); - // If the request didn't have a recaptcha, check to see if we did need one by // checking the rate limit against failed attempts on this email // address/login.