diff --git a/source/client.js b/source/client.js index 56cbfd0..9829c32 100644 --- a/source/client.js +++ b/source/client.js @@ -129,8 +129,6 @@ class client { let tag = (interaction.user.tag); let users = await this.database.getMembers(); - console.log('users', users); // remove - // if (authentic) < if (interaction.user.id == users[tag].id) { diff --git a/source/command/encrypt.js b/source/command/encrypt.js index 0067f77..c952e93 100644 --- a/source/command/encrypt.js +++ b/source/command/encrypt.js @@ -66,8 +66,6 @@ class encrypt { pShare = [] }) { - - console.log(pFilePath); // remove // setup < const key = Buffer.from(pKey);