Reduce doc log size

This commit is contained in:
Amish Shah
2016-10-26 15:57:45 +01:00
parent 0296a71793
commit cf45d1905e

View File

@@ -40,7 +40,6 @@ class DocumentedMember extends DocumentedItem {
serialize() {
super.serialize();
console.log('serializing', this);
const { id, name, description, memberof, type, access, meta, properties } = this.directData;
return {
id,