output cleanup

This commit is contained in:
Nabeel Shahzad 2017-12-30 09:35:38 -06:00
parent 9ec1273141
commit fcec39fe0f

View File

@ -96,13 +96,9 @@ class NavdataCommand extends BaseCommand
break;
}
#$coord = new Coordinate([$navaid['lat'], $navaid['lon']]);
#$navaid['lat'] = $coord->getLatitude();
#$navaid['lon'] = $coord->getLongitude();
if($navaid['id'] === 'LCH' || $navaid['id'] === 'RSG') {
/*if($navaid['id'] === 'LCH' || $navaid['id'] === 'RSG') {
print_r($navaid);
}
}*/
Navdata::updateOrCreate([
'id' => $navaid['id'], 'name' => $navaid['name']