From 0b8131392ae718a0aef351ee8f2571c4df4c65b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 4 Dec 2024 11:40:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E5=87=BA=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/file.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/apis/file.ts b/src/core/apis/file.ts index eb58c916..186c7ba6 100644 --- a/src/core/apis/file.ts +++ b/src/core/apis/file.ts @@ -80,7 +80,6 @@ export class NTQQFileApi { }); await this.copyFile(filePath, mediaPath); - console.log('copyFile', filePath, mediaPath); const fileSize = await this.getFileSize(filePath); return { md5: fileMd5,