Skip to content

Commit de8f71f

Browse files
committed
remove unused debug log
1 parent 2eb9a4c commit de8f71f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/table/ObTableClientBatchOpsImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ private void executeWithRetries(ObTableOperationResult[] results, Map.Entry<Long
524524
retryCount++;
525525
List<ObTableOperation> failedOperations = extractOperations(currentEntry.getValue().getRight());
526526
currentPartitions = prepareOperations(failedOperations);
527-
System.out.println("refresh partitions: currentPartitions: " + currentPartitions);
528527
allPartitionsSuccess = false;
529528
break;
530529
} else {

0 commit comments

Comments
 (0)