diff --git a/web/source/settings-panel/lib/api/user.js b/web/source/settings-panel/lib/api/user.js index 32309a2f8..94bbeb920 100644 --- a/web/source/settings-panel/lib/api/user.js +++ b/web/source/settings-panel/lib/api/user.js @@ -46,11 +46,8 @@ module.exports = function ({ apiCall }) { } }); - console.log(update); - return dispatch(apiCall("PATCH", "/api/v1/accounts/update_credentials", update, "form")); }).then((account) => { - console.log(account); return dispatch(user.setAccount(account)); }); };