We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758d61b commit 3a1673bCopy full SHA for 3a1673b
contentstack/src/main/java/com/contentstack/sdk/Stack.java
@@ -99,7 +99,6 @@ protected void setConfig(Config config) {
99
}
100
String endpoint = config.PROTOCOL + config.URL;
101
this.config.setEndpoint(endpoint);
102
- System.out.println("Endpoint:" + endpoint);
103
client(endpoint);
104
105
0 commit comments