From e052d624f4f2e000e337260a8062dfe194a6cb66 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 27 May 2020 03:24:00 -0500 Subject: [PATCH] stuff --- app/Jobs/Commands/Moons/FetchMoonObserverJob.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php index e1f23736d..75321df2c 100644 --- a/app/Jobs/Commands/Moons/FetchMoonObserverJob.php +++ b/app/Jobs/Commands/Moons/FetchMoonObserverJob.php @@ -84,7 +84,6 @@ class FetchMoonObserverJob implements ShouldQueue //Delcare the structure helper since we have the necessary data $structureHelper = new StructureHelper($this->charId, $character->corporation_id, $esi); - dd($structureHelper); //Get the mining observers for the corporation's from esi try {