From 9820e1d43470ddc7b682c590137fa5653d570492 Mon Sep 17 00:00:00 2001 From: potados99 Date: Mon, 14 Feb 2022 20:26:59 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=A1=9C=EA=B7=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/routes/comments/makeComment.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/server/routes/comments/makeComment.ts b/src/server/routes/comments/makeComment.ts index 4cef03f..adcc79d 100644 --- a/src/server/routes/comments/makeComment.ts +++ b/src/server/routes/comments/makeComment.ts @@ -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;