Removes missing console log.
This commit is contained in:
parent
2e75e4e264
commit
3afe409fa5
|
@ -1670,7 +1670,6 @@ export default {
|
||||||
onSave: () => {
|
onSave: () => {
|
||||||
// Fetch current existing attachments
|
// Fetch current existing attachments
|
||||||
this.shouldLoadAttachments = !this.shouldLoadAttachments;
|
this.shouldLoadAttachments = !this.shouldLoadAttachments;
|
||||||
console.log('opa')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue