diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php index 67380a9..da11400 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php @@ -196,7 +196,6 @@ public function alterRoutes(RouteCollection $collection) { // Find all paths which match the path of the current display.. $route_path = RouteCompiler::getPathWithoutDefaults($route); $route_path = RouteCompiler::getPatternOutline($route_path); - print_r($view_path); if (!$route->hasDefault('view_id') && '/' . $view_path == $route_path) { // @todo Figure out whether we need to merge some settings (like // requirements).