Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaRip committed Sep 18, 2024
1 parent b42912b commit a05519d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server/src/server/controllers/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ export const UserController = {
const userRes = await UserRepo.findById(userId);

if (userRes == null) {
console.error('Token:', token);
console.error('UserId:', userId);
throw new KnownError({
message: 'UserId on JWT not found',
code: 404,
Expand Down

0 comments on commit a05519d

Please sign in to comment.