mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Reduce doc log size
This commit is contained in:
parent
0296a71793
commit
cf45d1905e
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue