Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Mar 1, 2024
1 parent 564c1ec commit e14dc33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down
2 changes: 0 additions & 2 deletions source/command/encrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ class encrypt {
pShare = []

}) {

console.log(pFilePath); // remove

// setup <
const key = Buffer.from(pKey);
Expand Down

0 comments on commit e14dc33

Please sign in to comment.