Merge branch 'FE/FixBug' into 'frontend'

[Front-End] fix: 불필요 콘솔 로그 제거

See merge request s11-webmobile1-sub2/S11P12A701!172
This commit is contained in:
정기영 2024-08-12 13:37:44 +09:00
commit 128a4d9419

View File

@ -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();