From 85da1351d14b76a452947e2757f8ca1b82cc253f Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 28 Dec 2019 23:51:07 -0600 Subject: [PATCH] entity stuff for blacklist' --- app/Library/Lookups/LookupHelper.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index bc51c824b..1b816a740 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -324,8 +324,6 @@ class LookupHelper { return null; } - dd($response); - if(isset($response->corporations[0]->id)) { $this->StoreCorporationLookup($response->corporations[0]->id, null);