chore: Remove console.log statements from ThumbnailList component

This commit is contained in:
yoosangwook 2024-08-21 11:34:35 +09:00
parent 741f599701
commit 5c14529e25

View File

@ -2,8 +2,6 @@ import { Card, Image } from '@nextui-org/react'
export default function ThumbnailList(props) {
const { thumbnails } = props
console.log(props)
console.log(thumbnails)
return (
<>