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());