From f2637bd0d51284b2609a980d3e65815f7d48c916 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 13 Nov 2018 23:31:39 -0600 Subject: [PATCH] 401 errors --- app/Library/Fleet.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Library/Fleet.php b/app/Library/Fleet.php index 62c96d12a..dae037343 100644 --- a/app/Library/Fleet.php +++ b/app/Library/Fleet.php @@ -105,8 +105,6 @@ class Fleet { 'refresh_token' => $token[0]->refresh_token, ]); - dd($token[0]->refresh_token); - //Crate the ESI Class $esi = new Eseye($authentication); try {