Skip to content

Commit 028c30a

Browse files
committed
删除输出
1 parent db98282 commit 028c30a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/MysqlCache.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { echo } from 'coa-echo'
21
import { CoaError } from 'coa-error'
32
import { $, _ } from 'coa-helper'
43
import { CoaRedis, RedisCache } from 'coa-redis'
@@ -171,7 +170,5 @@ export class MysqlCache<Scheme> extends MysqlNative<Scheme> {
171170
})
172171
})
173172
await this.redisCache.mDelete(deleteIds)
174-
echo.grey(`REDIS:DeleteIds${deleteIds};`)
175-
176173
}
177174
}

0 commit comments

Comments
 (0)