opt:关闭日志打印

This commit is contained in:
zhangzq
2025-05-02 12:19:08 +08:00
parent da57d8c355
commit a2d10682ef

View File

@@ -35,7 +35,6 @@ public class RedissonUtils {
return;
}
}catch (Exception ex){
ex.printStackTrace();
throw ex;
}finally {
if (isLock && lock.isHeldByCurrentThread()){