Skip to content

Commit

Permalink
chore: remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 28, 2024
1 parent 9fe2488 commit efb5e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/me.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default class MeCommand extends SlashCommand {
}

async run(ctx: CommandContext) {
console.log(ctx.authorizingIntegrationOwners)
const { userData, t } = await getData(ctx);
if (!userData || !userData.trelloToken) return noAuthResponse(t);

Expand Down

0 comments on commit efb5e49

Please sign in to comment.