Skip to content

Commit

Permalink
chore: 로그 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 14, 2022
1 parent 7354884 commit 9820e1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/routes/comments/makeComment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const schema = defineSchema({
});

export default defineRoute('post', '/comments', schema, authorizer(), async (req, res) => {
console.log('make coomet!');

const userId = req.requireUserId();
const {eventId, content} = req.body;

Expand Down

0 comments on commit 9820e1d

Please sign in to comment.