From 4b23781a75c6e22117c0eb2b601400d32b9d9273 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 30 May 2019 03:21:49 -0500 Subject: [PATCH] testing --- app/Library/Structures/StructureHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Library/Structures/StructureHelper.php b/app/Library/Structures/StructureHelper.php index e873a25c1..3e608c532 100644 --- a/app/Library/Structures/StructureHelper.php +++ b/app/Library/Structures/StructureHelper.php @@ -245,7 +245,6 @@ class StructureHelper { ]); } catch(RequestFailedException $e) { Log::warning("Failed to get structure information for structure with id " . $structureId); - Log::warning(var_dump($info)); Log::warning($e->getCode()); Log::warning($e->getMessage()); Log::warning($e->getEsiResponse());