Skip to content

Commit

Permalink
remove commented line #398
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB authored Feb 23, 2023
1 parent 79fe589 commit 5b9db5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datagateway_api/src/search_api/panosc_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def get_icat_mapping(self, panosc_entity_name, field_name):

try:
icat_mapping = self.mappings[panosc_entity_name][field_name]
# Too verbose log.debug("ICAT mapping/translation found: %s", icat_mapping)
except KeyError as e:
raise FilterError(f"Bad PaNOSC to ICAT mapping: {e.args}")

Expand Down

0 comments on commit 5b9db5e

Please sign in to comment.