Skip to content

Commit

Permalink
removed some unneccesary prints; cleaning for release
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Apr 29, 2024
1 parent 8ae0db4 commit 3f35f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuji_server/evaluators/fair_evaluator_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion fuji_server/helper/metadata_collector_rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"] = []
Expand Down

0 comments on commit 3f35f87

Please sign in to comment.