From bbcbbf078f722a4f4dbdc23757a35f98d4526bb7 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 26 Oct 2023 17:04:56 +0200 Subject: [PATCH] remove dump --- .../ChillPersonBundle/Controller/PersonDuplicateController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php b/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php index 034189674..3b7188513 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonDuplicateController.php @@ -82,7 +82,6 @@ class PersonDuplicateController extends \Symfony\Bundle\FrameworkBundle\Controll $connection->beginTransaction(); foreach ($sqls as $sql) { - dump($sql); $connection->executeQuery($sql); } $connection->commit();