From 064f514281fbcac553f4e627662541d67833dfa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 29 Dec 2022 17:18:10 +0100 Subject: [PATCH] Removed left over dump statement in template --- templates/Form/collection_types_layout.html.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/Form/collection_types_layout.html.twig b/templates/Form/collection_types_layout.html.twig index 93c72540..f2be11af 100644 --- a/templates/Form/collection_types_layout.html.twig +++ b/templates/Form/collection_types_layout.html.twig @@ -29,7 +29,6 @@ {% block project_bom_entry_widget %} {% set target_id = 'expand_row-' ~ form.vars.name %} - {% dump(form) %} {% import 'components/collection_type.macro.html.twig' as collection %}