From 978af8f3930fe4687e894ee5767b0a9b3dac0c80 Mon Sep 17 00:00:00 2001 From: Ly Date: Tue, 31 Mar 2020 12:23:26 +0200 Subject: [PATCH] Remove managers from profiler view It seems that managers were deleted in 7.x, but they're still used in this file which causes a crash when opening the profiler page for Elasticsearch --- Resources/views/Profiler/profiler.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Resources/views/Profiler/profiler.html.twig b/Resources/views/Profiler/profiler.html.twig index 2737a3e6..edf8875b 100644 --- a/Resources/views/Profiler/profiler.html.twig +++ b/Resources/views/Profiler/profiler.html.twig @@ -118,14 +118,6 @@ {% block panel %}

Queries

{{ block('queries') }} -

Managers

- {% if collector.managers %} - {% include '@WebProfiler/Profiler/table.html.twig' with {data: collector.managers} only %} - {% else %} -

- No managers. -

- {% endif %}