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 {