mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 17:47:07 +08:00
change
This commit is contained in:
parent
a6c151bc6d
commit
61052ca23a
1 changed files with 0 additions and 2 deletions
|
@ -523,8 +523,6 @@ module.exports = (db, server, userHandler) => {
|
|||
return next();
|
||||
}
|
||||
|
||||
console.log(JSON.stringify(result.value, false, 2));
|
||||
|
||||
userHandler.create(result.value, (err, id) => {
|
||||
if (err) {
|
||||
res.json({
|
||||
|
|
Loading…
Reference in a new issue