From d195290cd743520ba4c52cc6845294a16b1542fb Mon Sep 17 00:00:00 2001 From: sheepluo Date: Thu, 9 Nov 2023 16:20:10 +0800 Subject: [PATCH] feat: remove log.error (#1643) Co-authored-by: sheepluo --- js/upload/main.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/js/upload/main.ts b/js/upload/main.ts index 7b2688cf38..3715cc79bd 100644 --- a/js/upload/main.ts +++ b/js/upload/main.ts @@ -151,11 +151,6 @@ export function uploadOneRequest(params: HandleUploadParams): Promise