server: remove console

This commit is contained in:
fantasticit 2022-06-28 17:33:48 +08:00
parent 43cfc2e339
commit fd038a6715
1 changed files with 0 additions and 2 deletions

View File

@ -109,8 +109,6 @@ export class SystemService {
...mail, ...mail,
}, },
(err, info) => { (err, info) => {
console.log('fas', err, info);
if (err) { if (err) {
reject(err); reject(err);
} else { } else {