Skip to content

Commit 9a2dd9f

Browse files
committed
Split Pulsar Modules
1 parent ceef5d3 commit 9a2dd9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astra-sdk-devops/src/main/java/com/dtsx/astra/sdk/db/DatabaseClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ public void downloadSecureConnectBundle(String region, String destination) {
190190
private void downloadSecureConnectBundle(String dbId, Datacenter dc, String destination) {
191191
Assert.hasLength(dbId, "database id");
192192
Assert.hasLength(destination, "destination");
193-
System.out.println(destination);
194193
if (!new File(destination).exists()) {
195194
Utils.downloadFile(dc.getSecureBundleUrl(), destination);
196195
LOGGER.info("+ Downloading SCB to : {}", destination);

0 commit comments

Comments
 (0)