mirror of https://github.com/fantasticit/think.git
server: remove console
This commit is contained in:
parent
43cfc2e339
commit
fd038a6715
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue