Removes missing console log.

This commit is contained in:
mateuswetah 2024-07-29 12:13:44 -03:00
parent 2e75e4e264
commit 3afe409fa5
1 changed files with 0 additions and 1 deletions

View File

@ -1670,7 +1670,6 @@ export default {
onSave: () => {
// Fetch current existing attachments
this.shouldLoadAttachments = !this.shouldLoadAttachments;
console.log('opa')
}
}
);