Remove test printing of paragraph type

This commit is contained in:
benjamin melançon 2019-01-28 17:57:57 -05:00
parent 929b162399
commit 581ad066ac

View file

@ -40,7 +40,6 @@
<description> <description>
{% set one_and_done = false %} {% set one_and_done = false %}
{% for item in items if not one_and_done %} {% for item in items if not one_and_done %}
{{ item.content['#paragraph'].type.0.entity.id }}
{% if item.content['#paragraph'].type.0.entity.id == 'text' %} {% if item.content['#paragraph'].type.0.entity.id == 'text' %}
{% set one_and_done = true %} {% set one_and_done = true %}
{{ item.content|render|escape }} {{ item.content|render|escape }}