Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Sep 13, 2023
1 parent 0e8661f commit 7808086
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,6 @@ private JSONObject exportSpatial() throws ParseException{
AdapterLogger.LogInfo(this.className + " nc.iso.xml footprint processing ... ");
this.isLineFormattedPolygon = true;
geometry = line2Polygons(geometry,polygon);
// if (polygon != "" && polygon != null) {
// // Export Polygon
// addPolygon(geometry, polygon);
// }
}
if(this.isoXMLSpatialTypeEnumHashSet.contains(MENDsIsoXMLSpatialTypeEnum.ORBIT)) {
Expand Down

0 comments on commit 7808086

Please sign in to comment.