diff --git a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php index c502b25f7..16e8b6562 100644 --- a/app/Http/Controllers/MiningTaxes/MiningTaxesController.php +++ b/app/Http/Controllers/MiningTaxes/MiningTaxesController.php @@ -242,7 +242,6 @@ class MiningTaxesController extends Controller foreach($observers as $obs) { //Get the structure information $structureInfo = $sHelper->GetStructureInfo($obs->observer_id); - dd($structureInfo); //Add the name to the structures array array_push($structures, [ @@ -272,8 +271,6 @@ class MiningTaxesController extends Controller } } - dd($structures); - //Return the view return view('miningtax.user.display.ledger')->with('miningLedgers', $miningLedgers) ->with('structures', $structures);