Skip to content

Commit 4510e2f

Browse files
committed
Remove accidental commit of debug logging
1 parent 997f254 commit 4510e2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

http-clients/aws-crt-client/src/main/java/software/amazon/awssdk/http/crt/internal/request/CrtRequestBodyAdapter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ final class CrtRequestBodyAdapter implements HttpRequestBodyStream {
3636

3737
@Override
3838
public boolean sendRequestBody(ByteBuffer bodyBytesOut) {
39-
System.out.println("ByteBufer size: " + bodyBytesOut.remaining());
4039
if (subscribed.compareAndSet(false, true)) {
4140
requestPublisher.subscribe(requestBodySubscriber);
4241
}
43-
System.out.println("ByteBufer size: " + bodyBytesOut.remaining());
4442

4543
return requestBodySubscriber.transferTo(bodyBytesOut) == TransferResult.END_OF_STREAM;
4644
}

0 commit comments

Comments
 (0)