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++) {