Skip to content

Commit c39591f

Browse files
committed
chore(mystats.js): remove unwanted log
1 parent 88be096 commit c39591f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/commands/slash/myStats.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ export async function execute(interaction) {
9797
.setTitle(`🔒 ${interaction.user.tag}'s Private Stats`)
9898
.setDescription('This message contains sensitive or personal information.')
9999
.setTimestamp();
100-
console.log(VERIFIED_ROLE_ID);
101-
console.log(hasVerifiedRole);
102100
if (hasVerifiedRole) {
103101
const verifiedUserRow = await dbGet(
104102
`SELECT real_name, email FROM verified_users WHERE user_id = ? AND guild_id = ?`,

0 commit comments

Comments
 (0)