From bbbf9aa3ee2e03355730a8c091770395d4fd1799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 2 Jan 2026 15:07:56 +0100 Subject: [PATCH] remove dump message --- .../ChillTicketBundle/src/DataFixtures/ORM/LoadMotives.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Bundle/ChillTicketBundle/src/DataFixtures/ORM/LoadMotives.php b/src/Bundle/ChillTicketBundle/src/DataFixtures/ORM/LoadMotives.php index d5191898e..87e0bc3c8 100644 --- a/src/Bundle/ChillTicketBundle/src/DataFixtures/ORM/LoadMotives.php +++ b/src/Bundle/ChillTicketBundle/src/DataFixtures/ORM/LoadMotives.php @@ -51,7 +51,6 @@ final class LoadMotives extends Fixture implements FixtureGroupInterface while (count($labels) > 0) { $label = array_shift($labels); - dump($labels); if (isset($motivesByLabel[$label])) { $motive = $motivesByLabel[$label]; } else {