clean: remove unused code

This commit is contained in:
Tobias Reisinger 2020-02-03 01:39:59 +01:00
parent 0596f600a5
commit edfaf777a4

View file

@ -27,9 +27,6 @@ <h4 class="text-body">
<div class="card">
{{ media_item.quality(25).html }}
{% if loop.last %}
{{ debug(media_item) }}
{{ debug(media_item.height) }}
{% set height_ratio = media_item.height / media_item.width %}
<p class="p-2" style="
text-align: center;
background-color: #343a40;