mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
remove console.log
This commit is contained in:
parent
13c2428472
commit
d1ae6357a3
1 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@ export default {
|
|||
methods: {
|
||||
async refreshProfile() {
|
||||
this.user = await api.users.self();
|
||||
console.log(this.user);
|
||||
},
|
||||
openAvatarPicker() {
|
||||
this.showAvatarPicker = true;
|
||||
|
@ -164,7 +163,6 @@ export default {
|
|||
return;
|
||||
}
|
||||
this.loading = true;
|
||||
console.log(this.user);
|
||||
const response = await api.users.update(this.user);
|
||||
if (response) {
|
||||
this.$store.commit("setToken", response.data.access_token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue