🔧 fix(files.service): remove outdated log statement for local file check

This commit is contained in:
Jerry 2025-12-01 18:20:41 +08:00
parent 01609a1d27
commit 9fc89b0608

View File

@ -141,7 +141,7 @@ export class FilesService {
this.logger.error(`下载文件失败: ${localFilePath}`, error);
}
} else {
this.logger.log('本地文件已是最新..');
//this.logger.log('本地文件已是最新..');
}
}
}