structuretaxhelper debug

This commit is contained in:
2019-02-13 21:40:27 -06:00
parent d5690921bd
commit f8bc967d14
2 changed files with 1 additions and 3 deletions

View File

@@ -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);

View File

@@ -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);