From 431ef40793da5a80ed3acba0a743275242c652bf Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 21 Mar 2021 01:03:14 +0900 Subject: [PATCH] ledger stuff for users --- app/Http/Controllers/MiningTaxes/MiningTaxesController.php | 3 --- 1 file changed, 3 deletions(-) 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);