Remove remaining debug msgs

This commit is contained in:
Chi Vinh Le
2017-05-19 02:12:27 +07:00
parent 0588a8ab66
commit 0040bc4c01
-2
View File
@@ -480,7 +480,6 @@ module.exports = class UsersService {
// We may want a standard way to access a user's e-mail address in the future
};
console.log(options);
return MailerService.sendSimple(options);
}
}
@@ -857,7 +856,6 @@ module.exports = class UsersService {
if (result.nModified <= 0) {
return Promise.reject(errors.ErrPermissionUpdateUsername);
}
console.log(result);
return result;
})