Browse Source

removed log

kaori 4 years ago
parent
commit
963b578ebb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/app/src/server/routes/apiv3/forgot-password.js

+ 0 - 2
packages/app/src/server/routes/apiv3/forgot-password.js

@@ -62,9 +62,7 @@ module.exports = (crowi) => {
 
       // when the user is not found or active
       if (user == null || user.status !== 2) {
-        console.log('hogeeee');
         await sendPasswordResetEmail('notActiveUser', i18n, email);
-
         return;
       }