From 9fc89b0608584bbace63ea2095cc7233a53cab11 Mon Sep 17 00:00:00 2001 From: Jerryplusy Date: Mon, 1 Dec 2025 18:20:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(files.service):=20remove=20o?= =?UTF-8?q?utdated=20log=20statement=20for=20local=20file=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/files/files.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/files/files.service.ts b/src/core/files/files.service.ts index 9b2777d..a51420f 100644 --- a/src/core/files/files.service.ts +++ b/src/core/files/files.service.ts @@ -141,7 +141,7 @@ export class FilesService { this.logger.error(`下载文件失败: ${localFilePath}`, error); } } else { - this.logger.log('本地文件已是最新..'); + //this.logger.log('本地文件已是最新..'); } } }