Skip to content

Commit a5a9385

Browse files
committed
minor #15429 Remove the duplicated rendering of deprecation messages in the profiler (stof)
This PR was merged into the 2.8 branch. Discussion ---------- Remove the duplicated rendering of deprecation messages in the profiler | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a The issue was already fixed in the 2.7 branch in #14990 but the fix was lost in 2.8 because of a wrong conflict resolution when merging branches. Commits ------- 4fefd3d Remove the duplicated rendering of deprecation messages in the profiler
2 parents 317d30b + 4fefd3d commit a5a9385

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@
120120
{% set stack = log.context.stack|default([]) %}
121121
{% set id = 'sf-call-stack-' ~ log_index %}
122122

123-
{{ log.message }}
124-
125123
{% if stack %}
126124
<a href="#" onclick="Sfjs.toggle('{{ id }}', document.getElementById('{{ id }}-on'), document.getElementById('{{ id }}-off')); return false;">
127125
<img class="toggle" id="{{ id }}-off" alt="-" src="data:image/gif;base64,R0lGODlhEgASAMQSANft94TG57Hb8GS44ez1+mC24IvK6ePx+Wa44dXs92+942e54o3L6W2844/M6dnu+P/+/l614P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAABIALAAAAAASABIAQAVCoCQBTBOd6Kk4gJhGBCTPxysJb44K0qD/ER/wlxjmisZkMqBEBW5NHrMZmVKvv9hMVsO+hE0EoNAstEYGxG9heIhCADs=" style="display:none">

0 commit comments

Comments
 (0)