Skip to content

Commit e6ba359

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

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
@@ -117,7 +117,6 @@ void testExceptionWhenAllRequiredParamsNotProvided() {
117117
Contentstack.stack("liveAPIKey", "liveAccessToken", "liveEnv", livePreviewEnablerConfig);
118118
} catch (Exception e) {
119119
Assertions.assertEquals("managementToken is required", e.getLocalizedMessage());
120-
System.out.println(e.getLocalizedMessage());
121120
logger.severe(e.getLocalizedMessage());
122121
}
123122
}

0 commit comments

Comments
 (0)