diff --git a/app/Http/Controllers/StructureController.php b/app/Http/Controllers/StructureController.php index 7d58cbbd1..785bb57f7 100644 --- a/app/Http/Controllers/StructureController.php +++ b/app/Http/Controllers/StructureController.php @@ -125,7 +125,7 @@ class StructureController extends Controller //Get the character's corporation from the lookup table or esi $corpId = $helper->LookupCharacter(Auth::user()->character_id); $corpId = $corpId[0]->corporation_id; - dd($corpId); + //Get the dates we are working with $dates = $sHelper->GetTimeFrameInMonths($months); diff --git a/app/Library/Structures/StructureTaxHelper.php b/app/Library/Structures/StructureTaxHelper.php index 8a01c5795..6887b6df8 100644 --- a/app/Library/Structures/StructureTaxHelper.php +++ b/app/Library/Structures/StructureTaxHelper.php @@ -41,8 +41,6 @@ class StructureTaxHelper { //Calculate the average tax for a given structure type $tax = $this->GetStructureTax($corpId, $refType); - dd($corpId); - //Calculate the tax ratio to later be divided against the tax to find the //actual tax owed to the alliance. Revenue will be a separate function //$ratio = $this->CalculateTaxRatio($corpId, $tax, $refType);