From 960c414a409e9cd13db427282cf77c440ee71878 Mon Sep 17 00:00:00 2001 From: Ivo Valchev Date: Wed, 24 Feb 2021 13:56:37 +0100 Subject: [PATCH] Don't use `dump` in setcontent tests --- public/theme/skeleton/custom/setcontent_1.twig | 1 - 1 file changed, 1 deletion(-) diff --git a/public/theme/skeleton/custom/setcontent_1.twig b/public/theme/skeleton/custom/setcontent_1.twig index 375c431b4..ee15086de 100644 --- a/public/theme/skeleton/custom/setcontent_1.twig +++ b/public/theme/skeleton/custom/setcontent_1.twig @@ -57,7 +57,6 @@ {% setcontent pagetwo = "pages" where {'id': 2 } returnsingle %} {{ pagetwo.id }} {{ pagetwo.status }} - {{ dump(pagetwo) }}