diff --git a/src/dandisets_linkml_status_tools/cli/tools.py b/src/dandisets_linkml_status_tools/cli/tools.py index 5d40adb..408ac13 100644 --- a/src/dandisets_linkml_status_tools/cli/tools.py +++ b/src/dandisets_linkml_status_tools/cli/tools.py @@ -135,8 +135,6 @@ def compile_validation_report(dandiset: RemoteDandiset) -> DandisetValidationRep ) # Validate the raw metadata using the LinkML schema - # TODO: the following line turns off disables further logging messages - # to be printed to the console. Find out why this is the case. linkml_validation_errs = dandiset_linkml_validator.validate(raw_metadata) if linkml_validation_errs: logger.info("Captured LinkML validation errors for dandiset %s", dandiset_id)