Skip to content

Commit b273ab3

Browse files
committed
Cleanup 🧹
1 parent b92a994 commit b273ab3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/src/main/java/ExampleStartConversationsWithWhatsAppSandbox.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public static void main(String[] args) {
2222
//First create your service object
2323
final MessageBirdService wsr = new MessageBirdServiceImpl(args[0]);
2424

25-
System.out.println("Done");
2625
//Add the service to the client
2726
final MessageBirdClient messageBirdClient = new MessageBirdClient(wsr, List.of(MessageBirdClient.Feature.ENABLE_CONVERSATION_API_WHATSAPP_SANDBOX)); //Create client with WhatsApp Sandbox enabled
2827

@@ -43,8 +42,5 @@ public static void main(String[] args) {
4342
} catch (GeneralException | UnauthorizedException exception) {
4443
exception.printStackTrace();
4544
}
46-
System.out.println("Done");
47-
48-
4945
}
5046
}

0 commit comments

Comments
 (0)