Skip to content

Commit 7a9c81b

Browse files
feat: rename module add ci + publish
1 parent cf7e2e7 commit 7a9c81b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ public Optional<SimpleLock> lock(LockConfiguration lockConfiguration) {
5757
if (semaphoreLease.isSuccess()) {
5858
logger.debug("Semaphore acquired");
5959

60-
System.out.println(semaphoreLease.getStatus());
6160
return Optional.of(new YdbSimpleLock(semaphoreLease.getValue()));
6261
} else {
6362
logger.debug("Semaphore is not acquired");

0 commit comments

Comments
 (0)