mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-12-05 10:31:56 +00:00
🔧 fix(files.service): remove outdated log statement for local file check
This commit is contained in:
parent
01609a1d27
commit
9fc89b0608
@ -141,7 +141,7 @@ export class FilesService {
|
||||
this.logger.error(`下载文件失败: ${localFilePath}`, error);
|
||||
}
|
||||
} else {
|
||||
this.logger.log('本地文件已是最新..');
|
||||
//this.logger.log('本地文件已是最新..');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user