Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya authored Aug 21, 2024
1 parent 11bba76 commit 9dc4bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/events/events-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ eventsRouter.post(
async (req, res, next) => {
try {
const validatedData = eventInfoValidator.parse(req.body);
console.log("ok");
const event = new Database.EVENTS(validatedData);
await event.save();
return res.sendStatus(StatusCodes.CREATED);
Expand Down

0 comments on commit 9dc4bcd

Please sign in to comment.