remove debug logging

This commit is contained in:
f0x 2022-09-12 20:14:20 +02:00
parent fa5e65b640
commit d6be0bfa84

View file

@ -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));
});
};