Skip to content

Commit d997cfe

Browse files
committed
remove sysout
1 parent f3e80cc commit d997cfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/APIGatewayV2HTTPEvent.java

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public class APIGatewayV2HTTPEvent {
4444
private RequestContext requestContext;
4545

4646
public void setHeaders(Map<String, String> headers) {
47-
System.out.println("setHeaders");
4847
if (headers == null || headers.isEmpty()) {
4948
this.headers = null;
5049
return;

0 commit comments

Comments
 (0)