From ef1a5f82387e307acce31aafc84adee5a09e9e2d Mon Sep 17 00:00:00 2001 From: suhyeonOh Date: Fri, 2 Feb 2024 21:50:53 +0900 Subject: [PATCH] =?UTF-8?q?hotfix=20:=20=EC=BD=98=EC=86=94=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ContentList.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/ContentList.tsx b/src/components/ContentList.tsx index d80b882..bc070d6 100644 --- a/src/components/ContentList.tsx +++ b/src/components/ContentList.tsx @@ -21,7 +21,6 @@ export type ContentListProps = { }; function ContentCell(content: MovieType, rank: number) { - console.log(content.title_ko, content.average_rate); return (
  • @@ -114,7 +113,6 @@ export default function ContentList({ title, order }: ContentListProps) { getContentListRequest(order, accessToken ?? undefined) .then(defaultResponseHandler) .then((data) => { - console.log("boxoffice : ", data); setContents( data.map( (movieRes: { @@ -138,7 +136,6 @@ export default function ContentList({ title, order }: ContentListProps) { getContentListRequest(order, accessToken ?? undefined) .then(defaultResponseHandler) .then((data) => { - console.log(data); setContents( data.map((movie: MovieType) => { return {