Skip to content

Commit 6055a52

Browse files
committed
Removed debug REST logging
1 parent 626d85e commit 6055a52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/codebottle/api/rest/CodeBottleRequest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public CompletableFuture<T> then(Function<JsonNode, T> remap) {
9494
return CompletableFuture.supplyAsync(() -> {
9595
final Request request = httpRequest.build();
9696

97-
System.out.println("Requesting: " + request.method() + " @ " + request.url().toString());
98-
9997
try {
10098
final Call call = context.getHttpClient()
10199
.newCall(request);

0 commit comments

Comments
 (0)