remove console log
This commit is contained in:
parent
eb25f187cd
commit
eff32b31d4
|
@ -127,9 +127,7 @@ export default {
|
|||
});
|
||||
|
||||
// Get attachments
|
||||
this.fetchAttachments(this.itemId).then((result) => {
|
||||
this.$console.log( result, 'attachments' );
|
||||
});
|
||||
this.fetchAttachments(this.itemId);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue