mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-07 12:59:01 +00:00
update 优化 删除观测用日志记录
This commit is contained in:
@@ -37,7 +37,6 @@ public class PlusSaTokenDao implements SaTokenDao {
|
||||
@Override
|
||||
public String get(String key) {
|
||||
Object o = CAFFEINE.get(key, k -> RedisUtils.getCacheObject(key));
|
||||
Console.log("caffeine -> key:" + key + ",value:" + o);
|
||||
return (String) o;
|
||||
}
|
||||
|
||||
@@ -101,7 +100,6 @@ public class PlusSaTokenDao implements SaTokenDao {
|
||||
@Override
|
||||
public Object getObject(String key) {
|
||||
Object o = CAFFEINE.get(key, k -> RedisUtils.getCacheObject(key));
|
||||
Console.log("caffeine -> key:" + key + ",value:" + o);
|
||||
return o;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user