Skip to content

Commit 8341e9d

Browse files
authored
Merge pull request #5 from pkly/master
Remove managers from profiler view
2 parents 2db98b2 + 978af8f commit 8341e9d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Resources/views/Profiler/profiler.html.twig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,6 @@
128128
{% block panel %}
129129
<h2>Queries</h2>
130130
{{ block('queries') }}
131-
<h2>Managers</h2>
132-
{% if collector.managers %}
133-
{% include '@WebProfiler/Profiler/table.html.twig' with {data: collector.managers} only %}
134-
{% else %}
135-
<p>
136-
<em>No managers.</em>
137-
</p>
138-
{% endif %}
139131

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

0 commit comments

Comments
 (0)