diff --git a/src/Command/ChargeExampleTraceCommand.php b/src/Command/ChargeExampleTraceCommand.php index f8c9096..414a1a7 100644 --- a/src/Command/ChargeExampleTraceCommand.php +++ b/src/Command/ChargeExampleTraceCommand.php @@ -30,9 +30,6 @@ class ChargeExampleTraceCommand extends Command $clients = $this->entityManager->getRepository(Client::class)->findAll(); $traces = TraceStatus::getStatusKeys(); - var_dump($traces); - - foreach ($clients as $client) { foreach ($traces as $traceStatus) { $trace = new Trace();