mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 03:23:45 +08:00
remove console log
This commit is contained in:
parent
7e485228af
commit
6ac46d1079
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ module.exports = {
|
|||
.then(({account, token}) => {
|
||||
const response = account.toJSON();
|
||||
response.account_token = token.value;
|
||||
console.log(response)
|
||||
return reply(JSON.stringify(response));
|
||||
})
|
||||
.catch((err) => {
|
||||
|
|
Loading…
Reference in a new issue