mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
remove debug logging
This commit is contained in:
parent
fa5e65b640
commit
d6be0bfa84
1 changed files with 0 additions and 3 deletions
|
@ -46,11 +46,8 @@ module.exports = function ({ apiCall }) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(update);
|
|
||||||
|
|
||||||
return dispatch(apiCall("PATCH", "/api/v1/accounts/update_credentials", update, "form"));
|
return dispatch(apiCall("PATCH", "/api/v1/accounts/update_credentials", update, "form"));
|
||||||
}).then((account) => {
|
}).then((account) => {
|
||||||
console.log(account);
|
|
||||||
return dispatch(user.setAccount(account));
|
return dispatch(user.setAccount(account));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue