From 110e35af17df5a7b00c4bd365eab73b563ddc426 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 9 Nov 2020 18:46:17 +0700 Subject: [PATCH] removed console.log --- src/components/comment/CommentForm/index.tsx | 2 -- 1 file changed, 2 deletions(-) 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,