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; return;
} }
}catch (Exception ex){ }catch (Exception ex){
ex.printStackTrace();
throw ex; throw ex;
}finally { }finally {
if (isLock && lock.isHeldByCurrentThread()){ if (isLock && lock.isHeldByCurrentThread()){