From f0bd25ec08c4decfc50d60826825f6f36c902be2 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Wed, 14 Nov 2018 20:31:48 -0600 Subject: [PATCH] fleets --- app/Library/Fleet.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index b72b51c20..caed3b152 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -39,7 +39,6 @@ class Fleet { public function SetFleetUri($fleetUri) { //Trim the left side of the fleet number $uris = explode('https://esi.tech.ccp.is/v1/fleets/', $fleetUri); - dd($uris); //Trim the right side of the fleet number $fleetUri = rtrim($uris[1], '/?datasource=tranquility'); $this->fleet = $fleetUri;