Skip to content

Commit

Permalink
minor #15429 Remove the duplicated rendering of deprecation messages …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Tobion committed Aug 2, 2015
2 parents 317d30b + 4fefd3d commit a5a9385
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@
{% set stack = log.context.stack|default([]) %}
{% set id = 'sf-call-stack-' ~ log_index %}

{{ log.message }}

{% if stack %}
<a href="#" onclick="Sfjs.toggle('{{ id }}', document.getElementById('{{ id }}-on'), document.getElementById('{{ id }}-off')); return false;">
<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">
Expand Down

0 comments on commit a5a9385

Please sign in to comment.