remove console log

This commit is contained in:
eduardohumberto 2018-05-03 21:45:37 -03:00
parent eb25f187cd
commit eff32b31d4
1 changed files with 1 additions and 3 deletions

View File

@ -127,9 +127,7 @@ export default {
});
// Get attachments
this.fetchAttachments(this.itemId).then((result) => {
this.$console.log( result, 'attachments' );
});
this.fetchAttachments(this.itemId);
}
}