From ec2f7f04518f239b672ff727d19f048d62d802a4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 28 Jun 2019 20:16:27 -0500 Subject: [PATCH] updated lookup helpers --- app/Library/Lookups/LookupHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index f2306519b..cc088b298 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -39,7 +39,6 @@ class LookupHelper { //Attempt to find the character name in the LookupCharacter table to see if we can match it to an id $count = CharacterToCorporation::where(['character_name' => $character])->count(); - dd($count); if($count == 0) { try { //Get the character id from the ESI API.