Skip to content

Commit bb90891

Browse files
authored
removed unnecessary print
1 parent 1e211bf commit bb90891

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/bitvavo/api/Bitvavo.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ public String bodyToJsonString(JSONObject body) {
148148

149149
while(keys.hasNext()) {
150150
String key = keys.next();
151-
System.out.println(body.get(key).getClass().getName());
152151
if (!first) {
153152
jsonString = jsonString + ",";
154153
} else {
@@ -1281,4 +1280,4 @@ public void subscriptionBook(String market, WebsocketClientEndpoint.BookHandler
12811280
doSendPublic(secondOptions);
12821281
}
12831282
}
1284-
}
1283+
}

0 commit comments

Comments
 (0)