去掉多余的日志信息

Signed-off-by: tyBrave <tianyong21@h-partners.com>
This commit is contained in:
tyBrave 2024-10-16 17:31:56 +08:00
parent 8e55d336f9
commit af980486e9
1 changed files with 0 additions and 1 deletions

View File

@ -314,7 +314,6 @@ export class ImageKnife {
if (cacheType == CacheStrategy.Memory) {
return (this.memoryCache as MemoryLruCache).maxMemory;
} else {
console.log("sss---->isFileCacheInit:"+this.fileCache)
if (this.isFileCacheInit()) {
return this.fileCache?.maxMemory;
} else {