diff --git a/app/Library/Structures/StructureHelper.php b/app/Library/Structures/StructureHelper.php index 581e28b5b..85833cb7a 100644 --- a/app/Library/Structures/StructureHelper.php +++ b/app/Library/Structures/StructureHelper.php @@ -54,7 +54,6 @@ class StructureHelper { //Record the structure information into the database //Find if the structure exists $found = Structure::where(['structure_id' => $structure->structure_id])->get(); - dd($found); if($found == null) { if(isset($info->solar_system_id)) { $solarName = $this->GetSolarSystemName($info->solar_system_id);