Removes old comment

This commit is contained in:
sgibb
2023-07-14 02:09:53 -04:00
parent ad216211b5
commit f94521e294

View File

@@ -440,7 +440,6 @@ public abstract class GatewayRequestPredicates {
@Override
public boolean test(ServerRequest request) {
try {
// TODO: RequestPredicates.restoreAttributes() erases this :-(
Object cachedBody = getAttribute(request, READ_BODY_CACHE_OBJECT_KEY);
if (cachedBody != null) {