Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Jul 18, 2024
1 parent 542efc8 commit 7a1df0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class UserController {
const discordUser = await this.discordService.getDiscordUser(
decryptedToken,
);
console.log(req.headers);
await this.userService.create(discordUser.id);
} catch (error: any) {
console.error(error);
Expand Down

0 comments on commit 7a1df0f

Please sign in to comment.