diff --git a/src/packages/uploader/uploader.tsx b/src/packages/uploader/uploader.tsx index 0cf5294d69e3d28f23f74dfd6f91a3be5c4b2b12..8a570fc11ad28f260497f4c81f6598d747b6f273 100644 --- a/src/packages/uploader/uploader.tsx +++ b/src/packages/uploader/uploader.tsx @@ -131,7 +131,6 @@ export const Uploader: FunctionComponent< e: ProgressEvent, option: UploadOptions ) => { - console.log('progress', e, option) setFileList((fileList: FileItem[]) => { fileList.map((item) => { if (item.uid === fileItem.uid) {