Remove console log
This commit is contained in:
@@ -46,8 +46,6 @@ export const useUserStore = defineStore('user', () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log(response);
|
|
||||||
|
|
||||||
if (haveNewBannerPicture) {
|
if (haveNewBannerPicture) {
|
||||||
this.user.value.storedDataUrls.bannerPictureUrl = response.data;
|
this.user.value.storedDataUrls.bannerPictureUrl = response.data;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user