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 32d433a commit a26abf5Copy full SHA for a26abf5
src/main/java/com/bitvavo/api/Bitvavo.java
@@ -135,7 +135,6 @@ public void errorToConsole(String message) {
135
136
public void errorRateLimit(JSONObject response) {
137
if (response.getInt("errorCode") == 105) {
138
- System.out.println("This is response " + response);
139
rateLimitRemaining = 0;
140
String message = response.getString("error");
141
String placeHolder = message.split(" at ")[1].replace(".", "");
0 commit comments