diff --git a/fuji_server/evaluators/fair_evaluator_license.py b/fuji_server/evaluators/fair_evaluator_license.py index 53c5eb18..c735c0a4 100644 --- a/fuji_server/evaluators/fair_evaluator_license.py +++ b/fuji_server/evaluators/fair_evaluator_license.py @@ -55,7 +55,7 @@ def setLicenseDataAndOutput(self): specified_licenses = [specified_licenses] if specified_licenses is not None and specified_licenses != []: for license in specified_licenses: - print(license) + # print(license) isurl = False licence_valid = False license_output = LicenseOutputInner() diff --git a/fuji_server/helper/metadata_collector_rdf.py b/fuji_server/helper/metadata_collector_rdf.py index 54f23a0b..71bb6ed3 100644 --- a/fuji_server/helper/metadata_collector_rdf.py +++ b/fuji_server/helper/metadata_collector_rdf.py @@ -1015,7 +1015,7 @@ def get_dcat_metadata(self, graph): dcat_metadata = self.get_metadata(graph, datasets[0], type="Dataset") # distribution distribution = graph.objects(datasets[0], DCAT.distribution) - + # do something (check for table headers) with the table here.. for t in table: print(t) dcat_metadata["object_content_identifier"] = []