From 626dc276a875dae7d97fceb103d5ddeee21a7e2f Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Fri, 14 Feb 2025 07:46:01 +0100 Subject: [PATCH] Added loaded trace command --- src/Command/ChargeExampleTraceCommand.php | 3 --- 1 file changed, 3 deletions(-) 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();