Skip to content

Commit e9ae80c

Browse files
committed
remove obsolete comments
1 parent 2a0c059 commit e9ae80c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Neos.Neos/Classes/FrontendRouting/EventSourcedFrontendNodeRoutePartHandler.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,6 @@ public function matchWithParameters(&$requestPath, RouteParameters $parameters)
210210
)
211211
);
212212
$dimensionSpacePoint = $dimensionResolvingResult->resolvedDimensionSpacePoint;
213-
// TODO Validate for full context
214-
// TODO validate dsp == complete (ContentDimensionZookeeper::getAllowedDimensionSubspace()->contains()...)
215-
// if incomplete -> no match + log
216213

217214
$contentRepository = $this->contentRepositoryRegistry->get($resolvedSite->getConfiguration()->contentRepositoryId);
218215

@@ -500,4 +497,3 @@ public function resolve(array &$routeValues): bool
500497
);*/
501498
}
502499
}
503-

0 commit comments

Comments
 (0)