Skip to content

Commit

Permalink
Merge pull request #929 from pkly/master
Browse files Browse the repository at this point in the history
Remove managers from profiler view
  • Loading branch information
einorler authored Jul 17, 2020
2 parents fe3801c + 978af8f commit ae8e870
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Resources/views/Profiler/profiler.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@
{% block panel %}
<h2>Queries</h2>
{{ block('queries') }}
<h2>Managers</h2>
{% if collector.managers %}
{% include '@WebProfiler/Profiler/table.html.twig' with {data: collector.managers} only %}
{% else %}
<p>
<em>No managers.</em>
</p>
{% endif %}

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

0 comments on commit ae8e870

Please sign in to comment.