diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index 51352ee00..9ff854da8 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -142,7 +142,7 @@ class LookupHelper { } catch(\Seat\Eseye\Exceptions\RequestFailedException $e){ return $e->getEsiResponse(); } - dd($corporation); + //Save all of the data to the database $corp = new CorporationToAlliance; $corp->corporation_id = $corpId;