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;