mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 01:04:22 +08:00
Remove remaining debug msgs
This commit is contained in:
@@ -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;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user