diff --git a/src/components/comment/CommentForm/index.tsx b/src/components/comment/CommentForm/index.tsx index 6481aa7e..a26e34d7 100644 --- a/src/components/comment/CommentForm/index.tsx +++ b/src/components/comment/CommentForm/index.tsx @@ -55,8 +55,6 @@ const CommentFormUnconnected: FC = memo( const onUpload = useCallback( (files: File[]) => { - console.log(files); - const items: IFileWithUUID[] = files.map( (file: File): IFileWithUUID => ({ file,