From 4604cccb424f7df1e6bd73e8729299b21706d024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EA=B8=B0=EC=98=81?= Date: Mon, 12 Aug 2024 13:35:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EC=BD=98=EC=86=94=20=EB=A1=9C=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 --- frontend/src/components/LectureForm/LectureForm.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/components/LectureForm/LectureForm.jsx b/frontend/src/components/LectureForm/LectureForm.jsx index 63792cf..3c7d2f7 100644 --- a/frontend/src/components/LectureForm/LectureForm.jsx +++ b/frontend/src/components/LectureForm/LectureForm.jsx @@ -24,11 +24,6 @@ export default function LectureForm({ title, topic, to = '..', initialValues = { if (initialValues.time) timeRef.current.value = initialValues.time; }, [initialValues]); - useEffect(() => { - console.log(imageFileRef.current.value); - console.log(imageFileRef.current && imageFileRef.current.files[0]); - }, [imageFileRef]); - const handleSubmit = async (e) => { e.preventDefault();