From 9adcf202220d9528e3c2a929eb54fefecf45a194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 3 Aug 2022 22:47:09 +0200 Subject: [PATCH] Removed left over dump statement. --- templates/Parts/edit/edit_form_styles.html.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/Parts/edit/edit_form_styles.html.twig b/templates/Parts/edit/edit_form_styles.html.twig index cf15c809..8fef44b4 100644 --- a/templates/Parts/edit/edit_form_styles.html.twig +++ b/templates/Parts/edit/edit_form_styles.html.twig @@ -106,8 +106,6 @@ {% block attachment_widget %} {% import 'components/collection_type.macro.html.twig' as collection %} - {% dump(form) %} - {{ form_widget(form) }}