diff --git a/app/Http/Controllers/Blacklist/BlacklistController.php b/app/Http/Controllers/Blacklist/BlacklistController.php index 0722b1798..bbfba9d9f 100644 --- a/app/Http/Controllers/Blacklist/BlacklistController.php +++ b/app/Http/Controllers/Blacklist/BlacklistController.php @@ -69,7 +69,6 @@ class BlacklistController extends Controller } else if($request->type == 'Corporation') { //Get the corporation id from the universe end point $corpId = $lookup->CorporationNameToId($request->name); - dd($corpId); } else if($request->type == 'Alliance') { //Get the alliance id from the universe end point $allianceId = $lookup->AllianceNameToId($request->name);