From ffb22ef08245be89b29d76e8509a4078dda63d72 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 17 Jul 2019 11:43:47 +0200 Subject: [PATCH] [WebProfilerBundle] Remove unneeded information in the routing panel --- .../Resources/views/Router/panel.html.twig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig index ea8600a2d0..41636d1440 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Router/panel.html.twig @@ -5,13 +5,6 @@ {{ request.route ?: '(none)' }} Matched route - - {% if request.route %} -
- {{ traces|length }} - Tested routes before match -
- {% endif %} {% if request.route %}