Skip to content

Commit

Permalink
removed another console log
Browse files Browse the repository at this point in the history
  • Loading branch information
divyack2 committed Sep 16, 2024
1 parent 0a4a3c7 commit be2b70e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/services/attendee/attendee-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ attendeeRouter.post(
.json({ error: "UserNotFound" });
}

console.log("FOUND USER")

if (!user) {
return res
.status(StatusCodes.NOT_FOUND)
Expand Down

0 comments on commit be2b70e

Please sign in to comment.