Skip to content

Commit f6a07c9

Browse files
feat update
1 parent 669f25e commit f6a07c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shedlock-ydb/src/main/java/tech/ydb/lock/provider/YdbJDBCLockProvider.java

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ private record YdbJDBCLock(String name, DataSource dataSource) implements Simple
7676
public void unlock() {
7777
for (int i = 0; i < ATTEMPT_RELEASE_LOCK; i++) {
7878
try {
79-
LOGGER.debug("Instance[{}] trying unlock..", LOCKED_BY);
80-
8179
doUnlock();
8280

8381
return;

0 commit comments

Comments
 (0)