[WebProfilerBundle] Remove unneeded information in the routing panel

This commit is contained in:
Javier Eguiluz 2019-07-17 11:43:47 +02:00
parent 25f180416e
commit ffb22ef082

View File

@ -5,13 +5,6 @@
<span class="value">{{ request.route ?: '(none)' }}</span>
<span class="label">Matched route</span>
</div>
{% if request.route %}
<div class="metric">
<span class="value">{{ traces|length }}</span>
<span class="label">Tested routes before match</span>
</div>
{% endif %}
</div>
{% if request.route %}