Skip to content

Commit 9ce9dcc

Browse files
committed
style: 불필요한 console.log 삭제
1 parent 176f6eb commit 9ce9dcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/Home/components/ShowShareAccessModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const ShowShareAccessModal = ({ onClose }: ShowShareAccessModalProps) => {
2121
try {
2222
const data = await getSharePostList(1, 10);
2323
setSharePosts(data);
24-
// console.log(data);
2524
} catch (error) {
2625
console.error('❌ 게시글 목록을 불러오는 데 실패했습니다.', error);
2726
}

0 commit comments

Comments
 (0)