Skip to content

Commit

Permalink
Disabled legend items check
Browse files Browse the repository at this point in the history
  • Loading branch information
abodeuis committed Aug 5, 2024
1 parent 9fc5c99 commit a1875a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cdrhook/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ def process_cog(cdr_connector : CdrConnector , cog_id : str, config_parm : Optio
if ae_categories[AreaType.Polygon_Legend_Area] < 1:
logging.debug(f"Cog-{cog_id[0:8]} - No polygon legend area found")
valid_polygon_legend_area = False
if len(poly_map_units) < 1:
logging.debug(f"Cog-{cog_id[0:8]} - No polygon legend items found")
valid_polygon_map_units = False
# if len(poly_map_units) < 1:
# logging.debug(f"Cog-{cog_id[0:8]} - No polygon legend items found")
# valid_polygon_map_units = False

firemodels = [ ]
for model, prereqs in config_parm["models"].items():
Expand Down

0 comments on commit a1875a7

Please sign in to comment.