mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Reduce doc log size
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user