Skip to content

Commit 22bdaad

Browse files
committed
chore: removed print statements
1 parent 2f8ed21 commit 22bdaad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/contentstack/sdk/TestLivePreview.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ void testExceptionWhenAllRequiredParamsNotProvided() {
115115
.setLivePreviewHost("live-preview.contentstack.io");
116116
try {
117117
Contentstack.stack("liveAPIKey", "liveAccessToken", "liveEnv", livePreviewEnablerConfig);
118-
System.out.println("no it works");
119118
} catch (Exception e) {
120119
Assertions.assertEquals("managementToken is required", e.getLocalizedMessage());
121120
System.out.println(e.getLocalizedMessage());

0 commit comments

Comments
 (0)