Remove debugger in ProfilePhoto.vue

This commit is contained in:
Gabriel Pastori 2023-12-08 16:33:41 -03:00
parent 7579b85cbf
commit 074c108380

View File

@ -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(