diff --git a/src/components/instance/profile/ProfilePhoto.vue b/src/components/instance/profile/ProfilePhoto.vue index 266a1d4..26b0f89 100644 --- a/src/components/instance/profile/ProfilePhoto.vue +++ b/src/components/instance/profile/ProfilePhoto.vue @@ -135,7 +135,6 @@ export default { if (!this.isOpen) return; const file = event.target.files[0]; - debugger; const base64 = await this.fileToBase64(file); await instanceController.profile.updatePicture(