1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed console.log

This commit is contained in:
Fedor Katurov 2020-11-09 18:46:17 +07:00
parent 62d4e03206
commit 110e35af17

View file

@ -55,8 +55,6 @@ const CommentFormUnconnected: FC<IProps> = memo(
const onUpload = useCallback(
(files: File[]) => {
console.log(files);
const items: IFileWithUUID[] = files.map(
(file: File): IFileWithUUID => ({
file,