From 074c108380de7ab5291dce63abe339efbc7af8ac Mon Sep 17 00:00:00 2001 From: Gabriel Pastori <58153955+gabrielpastori1@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:33:41 -0300 Subject: [PATCH] Remove debugger in ProfilePhoto.vue --- src/components/instance/profile/ProfilePhoto.vue | 1 - 1 file changed, 1 deletion(-) 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(