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:
parent
62d4e03206
commit
110e35af17
1 changed files with 0 additions and 2 deletions
|
@ -55,8 +55,6 @@ const CommentFormUnconnected: FC<IProps> = memo(
|
||||||
|
|
||||||
const onUpload = useCallback(
|
const onUpload = useCallback(
|
||||||
(files: File[]) => {
|
(files: File[]) => {
|
||||||
console.log(files);
|
|
||||||
|
|
||||||
const items: IFileWithUUID[] = files.map(
|
const items: IFileWithUUID[] = files.map(
|
||||||
(file: File): IFileWithUUID => ({
|
(file: File): IFileWithUUID => ({
|
||||||
file,
|
file,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue