8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eaefa commit 62237beCopy full SHA for 62237be
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
@@ -253,10 +253,6 @@
253
{% if has_trace %}
254
{% set trace_id = 'trace-' ~ category ~ '-' ~ log_index %}
255
<span><button type="button" class="btn btn-link text-small sf-toggle" data-toggle-selector="#{{ trace_id }}" data-toggle-alt-content="Hide trace">Show trace</button></span>
256
-
257
- <div id="{{ trace_id }}" class="context sf-toggle-content sf-toggle-hidden">
258
- {{ profiler_dump(log.context.exception.trace, maxDepth=1) }}
259
- </div>
260
{% endif %}
261
262
{% if has_context %}
0 commit comments