Skip to content

Commit

Permalink
Merge pull request #5 from pkly/master
Browse files Browse the repository at this point in the history
Remove managers from profiler view
  • Loading branch information
0x6368 authored May 7, 2020
2 parents 2db98b2 + 978af8f commit 8341e9d
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 @@ -128,14 +128,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 8341e9d

Please sign in to comment.