Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Oct 25, 2022
1 parent 69589d8 commit 8adec32
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -115,7 +115,6 @@ public void testListTransactionCoordinators() throws Exception {
initTransaction(4);
final List<TransactionCoordinatorInfo> result = admin
.transactions().listTransactionCoordinatorsAsync().get();
System.out.println("result" + result);
assertEquals(result.size(), 4);
final String expectedUrl = pulsar.getBrokerServiceUrl();
for (int i = 0; i < 4; i++) {
Expand Down

0 comments on commit 8adec32

Please sign in to comment.