Skip to content

Commit ae8e870

Browse files
authored
Merge pull request #929 from pkly/master
Remove managers from profiler view
2 parents fe3801c + 978af8f commit ae8e870

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Resources/views/Profiler/profiler.html.twig

-8
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,6 @@
118118
{% block panel %}
119119
<h2>Queries</h2>
120120
{{ block('queries') }}
121-
<h2>Managers</h2>
122-
{% if collector.managers %}
123-
{% include '@WebProfiler/Profiler/table.html.twig' with {data: collector.managers} only %}
124-
{% else %}
125-
<p>
126-
<em>No managers.</em>
127-
</p>
128-
{% endif %}
129121

130122
<script type="text/javascript">//<![CDATA[
131123
function expandQuery(link) {

0 commit comments

Comments
 (0)