Skip to content

Commit 510f05b

Browse files
committed
Clean up logger
1 parent aab5a5b commit 510f05b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

aws-serverless-java-container-core/src/main/java/com/amazonaws/serverless/proxy/internal/model/ApiGatewayRequestContext.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,19 +129,4 @@ public ApiGatewayAuthorizerContext getAuthorizer() {
129129
public void setAuthorizer(ApiGatewayAuthorizerContext authorizer) {
130130
this.authorizer = authorizer;
131131
}
132-
133-
@Override
134-
public String toString() {
135-
return "ApiGatewayRequestContext{" +
136-
"resourceId='" + resourceId + '\'' +
137-
", apiId='" + apiId + '\'' +
138-
", resourcePath='" + resourcePath + '\'' +
139-
", httpMethod='" + httpMethod + '\'' +
140-
", requestId='" + requestId + '\'' +
141-
", accountId='" + accountId + '\'' +
142-
", identity=" + identity +
143-
", authorizer=" + authorizer +
144-
", stage='" + stage + '\'' +
145-
'}';
146-
}
147132
}

0 commit comments

Comments
 (0)