This commit is contained in:
2019-05-30 03:21:49 -05:00
parent 7cdce584eb
commit 4b23781a75

View File

@@ -245,7 +245,6 @@ class StructureHelper {
]); ]);
} catch(RequestFailedException $e) { } catch(RequestFailedException $e) {
Log::warning("Failed to get structure information for structure with id " . $structureId); Log::warning("Failed to get structure information for structure with id " . $structureId);
Log::warning(var_dump($info));
Log::warning($e->getCode()); Log::warning($e->getCode());
Log::warning($e->getMessage()); Log::warning($e->getMessage());
Log::warning($e->getEsiResponse()); Log::warning($e->getEsiResponse());