From 62031ea48fd8570907dfae523700d6bc9040dec8 Mon Sep 17 00:00:00 2001 From: Juan Felipe Duarte <70235683+DuarteJFelipe@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:21:03 -0700 Subject: [PATCH] dd --- app/Http/Livewire/ShowPromociones.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 7880e7d..abd1a4f 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -266,8 +266,6 @@ class ShowPromociones extends Component $utilidad_total = (int) $this->utilidad * (int) $this->cantidad_comprarPromo; - dd($utilidad_total); - $this->historial = $historial; for ($p = 0; $p < (int) $this->cantidad_comprarPromo; $p++) {